77
88environment :
99 matrix :
10- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
11- PYTHON : " C:\\ Python36-x64"
12- PYTHON_VERSION : " 3.6"
13- PYTHON_ARCH : " 64"
14- TOX_ENV : " py36"
15- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
10+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
1611 PYTHON : " C:\\ Python37-x64"
1712 PYTHON_VERSION : " 3.7"
1813 PYTHON_ARCH : " 64"
1914 TOX_ENV : " py37"
20- - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
15+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
2116 PYTHON : " C:\\ Python38-x64"
2217 PYTHON_VERSION : " 3.8"
2318 PYTHON_ARCH : " 64"
2419 TOX_ENV : " py38"
20+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
21+ PYTHON : " C:\\ Python39-x64"
22+ PYTHON_VERSION : " 3.9"
23+ PYTHON_ARCH : " 64"
24+ TOX_ENV : " py39"
2525
2626init :
2727- echo %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
2828
2929install :
3030- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
31+ - python -m pip install -U pip
3132- where pip
3233- pip install --upgrade setuptools wheel
3334- pip install -r requirements.txt
@@ -37,7 +38,7 @@ install:
3738build : off
3839
3940test_script :
40- - flake8 --exit-zero --select F,E,W --ignore W504 --statistics shipyard.py convoy\\*.py
41- - IF "%PYTHON_VERSION%" GEQ "3.8 " (
42- flake8 --exit-zero --select F,E,W --ignore W504 --statistics cascade\\*.py cargo\\*.py federation\\*.py heimdall\\*.py slurm\\*.py
41+ - flake8 --exit-zero --select F,E,W --ignore W504 --statistics shipyard.py convoy
42+ - IF "%PYTHON_VERSION%" GEQ "3.9 " (
43+ flake8 --exit-zero --select F,E,W --ignore W504 --statistics cascade cargo federation heimdall slurm
4344 )
0 commit comments