File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 - template : etc/ci/azure-linux.yml
1414 parameters :
15- job_name : vm_ubuntu16_py36
16- image_name : ubuntu-16 .04
15+ job_name : ubuntu18_py36
16+ image_name : ubuntu-18 .04
1717 python_versions : ['3.6']
1818 test_suites :
1919 all : tmp/bin/pytest -n 2 -vvs
@@ -28,18 +28,18 @@ jobs:
2828
2929 - template : etc/ci/azure-win.yml
3030 parameters :
31- job_name : Win2016_32_py36
32- image_name : vs2017-win2016
31+ job_name : win2019_32_py36
32+ image_name : windows-2019
3333 python_versions : ['3.6']
3434 python_architecture : x86
3535 test_suites :
3636 all : tmp\Scripts\pytest -vvs
3737
3838 - template : etc/ci/azure-win.yml
3939 parameters :
40- job_name : Win2016_64_py36
41- image_name : vs2017-win2016
40+ job_name : win2019_64_py36
41+ image_name : windows-2019
4242 python_versions : ['3.6']
4343 python_architecture : x64
4444 test_suites :
45- misc : tmp\Scripts\pytest -vvs
45+ all : tmp\Scripts\pytest -vvs
You can’t perform that action at this time.
0 commit comments