We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip
python -m pip
1 parent 5efeffd commit f28a407Copy full SHA for f28a407
1 file changed
.travis.yml
@@ -13,9 +13,9 @@ matrix:
13
- python : "nightly"
14
15
install:
16
- - pip install --upgrade pip
17
- - pip install -v .
18
- - pip install $PRE --upgrade pytest pytest-cov coverage
+ - python -m pip install --upgrade pip
+ - python -m pip install -v .
+ - python -m pip install $PRE --upgrade pytest pytest-cov coverage
19
20
script:
21
- coverage run run_tests.py
0 commit comments