@@ -13,52 +13,52 @@ jobs:
1313 image_name : ubuntu-16.04
1414 python_versions : ['3.6', '3.7', '3.8', '3.9']
1515 test_suites :
16- all : tmp/ bin/pytest -vvs
16+ all : bin/pytest -vvs
1717
1818 - template : etc/ci/azure-posix.yml
1919 parameters :
2020 job_name : ubuntu18_cpython
2121 image_name : ubuntu-18.04
2222 python_versions : ['3.6', '3.7', '3.8', '3.9']
2323 test_suites :
24- all : tmp/ bin/pytest -n 2 -vvs
24+ all : bin/pytest -n 2 -vvs
2525
2626 - template : etc/ci/azure-posix.yml
2727 parameters :
2828 job_name : ubuntu20_cpython
2929 image_name : ubuntu-20.04
3030 python_versions : ['3.6', '3.7', '3.8', '3.9']
3131 test_suites :
32- all : tmp/ bin/pytest -n 2 -vvs
32+ all : bin/pytest -n 2 -vvs
3333
3434 - template : etc/ci/azure-posix.yml
3535 parameters :
3636 job_name : macos1014_cpython
3737 image_name : macos-10.14
3838 python_versions : ['3.6', '3.7', '3.8', '3.9']
3939 test_suites :
40- all : tmp/ bin/pytest -n 2 -vvs
40+ all : bin/pytest -n 2 -vvs
4141
4242 - template : etc/ci/azure-posix.yml
4343 parameters :
4444 job_name : macos1015_cpython
4545 image_name : macos-10.15
4646 python_versions : ['3.6', '3.7', '3.8', '3.9']
4747 test_suites :
48- all : tmp/ bin/pytest -n 2 -vvs
48+ all : bin/pytest -n 2 -vvs
4949
5050 - template : etc/ci/azure-win.yml
5151 parameters :
5252 job_name : win2016_cpython
5353 image_name : vs2017-win2016
5454 python_versions : ['3.6', '3.7', '3.8', '3.9']
5555 test_suites :
56- all : tmp\ Scripts\pytest -n 2 -vvs
56+ all : Scripts\pytest -n 2 -vvs
5757
5858 - template : etc/ci/azure-win.yml
5959 parameters :
6060 job_name : win2019_cpython
6161 image_name : windows-2019
6262 python_versions : ['3.6', '3.7', '3.8', '3.9']
6363 test_suites :
64- all : tmp\ Scripts\pytest -n 2 -vvs
64+ all : Scripts\pytest -n 2 -vvs
0 commit comments