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 @@ -63,13 +63,13 @@ steps:
63
63
- script : |
64
64
65
65
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
67
67
68
68
displayName : ' Install dependencies with pip'
69
69
70
70
- script : |
71
71
72
- pip install -ve .
72
+ python -m pip install -ve .
73
73
74
74
displayName : " Install self"
75
75
env :
80
80
81
81
- script : |
82
82
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
84
84
displayName : ' pytest'
85
85
env :
86
86
PYTHONFAULTHANDLER : 1
You can’t perform that action at this time.
0 commit comments