Update the appveyor script

This commit is contained in:
Fabian Dill 2020-03-04 23:18:39 +01:00
parent 0dc4653b59
commit 9ad00fbbeb
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ pull_requests:
do_not_increment_build_number: true
environment:
matrix:
- PYTHON: C:\Python37-x64
PYTHON_VERSION: 3.7
- PYTHON: "C:\Python37-x64"
PYTHON_VERSION: "3.7"
- PYTHON: C:\Python38-x64
PYTHON_VERSION: 3.8
- PYTHON: "C:\Python38-x64"
PYTHON_VERSION: "3.8"
install:
- cmd: %PYTHON% -m pip install --upgrade pip
- cmd: %PYTHON% -m pip install -r requirements.txt --upgrade