File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed
Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,15 @@ environment:
1414 PYTHON_VERSION : " 3.6.x"
1515 PYTHON_ARCH : " 64"
1616
17+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
18+ PYTHON : " C:\\ Python36-x64"
19+ PYTHON_VERSION : " 3.6.x"
20+ PYTHON_ARCH : " 64"
21+
1722install :
1823 - curl -LfsS -o vswhere.exe https://github.com/Microsoft/vswhere/releases/download/2.3.7/vswhere.exe
1924 - " set PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
20- - " %CMD_IN_ENV% pip install -U pytest pytest-asyncio mock six pyyaml"
25+ - " %CMD_IN_ENV% pip install -U pytest pytest-asyncio mock pyyaml"
2126
2227# At this point we are only building and testing the asyncio-based scheduler on Windows.
2328build : off
Original file line number Diff line number Diff line change 11dist : xenial
22language : python
33
4- matrix :
4+ jobs :
55 include :
66 - os : linux
7- python : " 3.6"
7+ python : 3.6
88 env : flake8=true
99 - os : linux
10- python : " 3.6"
10+ python : 3.6
1111 env : doc=true
1212 - os : linux
13- python : " 3.6"
14- env : PYTHON=3
13+ python : 3.6
14+ - os : linux
15+ python : 3.7
16+ - os : linux
17+ python : 3.8
1518 - os : osx
1619 language : generic
17- env : PYTHON=3
1820
1921addons :
2022 apt :
@@ -35,7 +37,7 @@ before_install:
3537 fi
3638
3739install :
38- - pip install -U pytest pytest-asyncio mock six flake8 pyyaml codecov pytest-cov
40+ - pip install -U pytest pytest-asyncio mock flake8 pyyaml codecov pytest-cov
3941 - if [ "$doc" = true ]; then pip install -U sphinx sphinx-argparse pygraphviz; fi
4042
4143script :
You can’t perform that action at this time.
0 commit comments