File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 image_name : ubuntu-16.04
1717 python_versions : ['3.6']
1818 test_suites :
19- all : bin/py.test -n 2 -vvs --reruns=3
19+ all : tmp/ bin/pytest -n 2 -vvs
2020
2121 - template : etc/ci/azure-mac.yml
2222 parameters :
2323 job_name : macos1015_py36
2424 image_name : macos-10.15
2525 python_versions : ['3.6']
2626 test_suites :
27- all : bin/py.test -n 2 -vvs --reruns=3
27+ all : tmp/ bin/pytest -n 2 -vvs
2828
2929 - template : etc/ci/azure-win.yml
3030 parameters :
3333 python_versions : ['3.6']
3434 python_architecture : x86
3535 test_suites :
36- all : Scripts\py.test -vvs --reruns=3
36+ all : tmp\ Scripts\pytest -vvs
3737
3838 - template : etc/ci/azure-win.yml
3939 parameters :
4242 python_versions : ['3.6']
4343 python_architecture : x64
4444 test_suites :
45- misc : Scripts\py.test -vvs --reruns=3
45+ misc : tmp\ Scripts\pytest -vvs
You can’t perform that action at this time.
0 commit comments