File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ steps:
5959 - script : |
6060
6161 python -m pip install --upgrade pip
62- pip install -r requirements/testing/travis_all.txt -r requirements/testing/travis36.txt
62+ python -m pip install -r requirements/testing/travis_all.txt -r requirements/testing/travis36.txt
6363
6464 displayName : ' Install dependencies with pip'
6565
6666- script : |
6767
68- pip install -ve .
68+ python -m pip install -ve .
6969
7070 displayName : " Install self"
7171 env :
7676
7777- script : |
7878 env
79- pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2
79+ python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2
8080 displayName : ' pytest'
8181 env :
8282 PYTHONFAULTHANDLER : 1
You can’t perform that action at this time.
0 commit comments