File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ steps:
59
59
- script : |
60
60
61
61
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
63
63
64
64
displayName : ' Install dependencies with pip'
65
65
66
66
- script : |
67
67
68
- pip install -ve .
68
+ python -m pip install -ve .
69
69
70
70
displayName : " Install self"
71
71
env :
76
76
77
77
- script : |
78
78
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
80
80
displayName : ' pytest'
81
81
env :
82
82
PYTHONFAULTHANDLER : 1
You can’t perform that action at this time.
0 commit comments