Use 3-ending python names consistantly

This commit is contained in:
Joe Moore 2019-05-23 10:43:28 -04:00 committed by GitHub
parent f536f32b19
commit c61a7f1aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ matrix:
- choco install python make
- cp /c/python37/python.exe /c/python37/python3.exe
before_script:
- pip install -r requirements-windows.txt
- python build.py
- pip3 install -r requirements-windows.txt
- python3 build.py
script:
- tox -e WINDOWS