File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ steps:
6363 - script : |
6464
6565 python -m pip install --upgrade pip
66- pip install -r requirements/testing/travis_all.txt -r requirements/testing/travis36.txt
66+ python -m pip install -r requirements/testing/travis_all.txt -r requirements/testing/travis36.txt
6767
6868 displayName : ' Install dependencies with pip'
6969
7070- script : |
7171
72- pip install -ve .
72+ python -m pip install -ve .
7373
7474 displayName : " Install self"
7575 env :
8080
8181- script : |
8282 env
83- pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2
83+ python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2
8484 displayName : ' pytest'
8585 env :
8686 PYTHONFAULTHANDLER : 1
You can’t perform that action at this time.
0 commit comments