File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,44 +10,58 @@ jobs:
1010 strategy :
1111 # use cross-product when https://github.com/microsoft/azure-pipelines-yaml/issues/20 is solved
1212 matrix :
13- UbuntuPython36 :
13+ UbuntuPy36 :
1414 python.version : ' 3.6'
1515 vmImage : ' ubuntu-16.04'
1616 tox_env : ' py36'
17- UbuntuPython37 :
17+ UbuntuPy37 :
1818 python.version : ' 3.7'
1919 vmImage : ' ubuntu-16.04'
2020 tox_env : ' py37'
21- UbuntuPython38 :
21+ UbuntuPy38 :
2222 python.version : ' 3.8'
2323 vmImage : ' ubuntu-16.04'
2424 tox_env : ' py38'
2525
26- macOSPython36 :
26+ macOSPy36 :
2727 python.version : ' 3.6'
2828 vmImage : ' macOS-10.13'
2929 tox_env : ' py36'
30- macOSPython37 :
30+ macOSPy37 :
3131 python.version : ' 3.7'
3232 vmImage : ' macOS-10.13'
3333 tox_env : ' py37'
34- macOSPython38 :
34+ macOSPy38 :
3535 python.version : ' 3.8'
3636 vmImage : ' macOS-10.13'
3737 tox_env : ' py38'
3838
39- WindowsPython36 :
39+ WindowsServerPy36 :
4040 python.version : ' 3.6'
4141 vmImage : ' vs2017-win2016'
4242 tox_env : ' py36'
43- WindowsPython37 :
43+ WindowsServerPy37 :
4444 python.version : ' 3.7'
4545 vmImage : ' vs2017-win2016'
4646 tox_env : ' py37'
47- WindowsPython38 :
47+ WindowsServerPy38 :
4848 python.version : ' 3.8'
4949 vmImage : ' vs2017-win2016'
5050 tox_env : ' py38'
51+
52+ WindowsPy36 :
53+ python.version : ' 3.6'
54+ vmImage : ' windows-latest'
55+ tox_env : ' py36'
56+ WindowsPy37 :
57+ python.version : ' 3.7'
58+ vmImage : ' windows-latest'
59+ tox_env : ' py37'
60+ WindowsPy38 :
61+ python.version : ' 3.8'
62+ vmImage : ' windows-latest'
63+ tox_env : ' py38'
64+
5165 pool :
5266 vmImage : ' $(vmImage)'
5367 steps :
You can’t perform that action at this time.
0 commit comments