Skip to content

Commit f28a407

Browse files
committed
CI: don't use bare pip, use python -m pip instead
1 parent 5efeffd commit f28a407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ matrix:
1313
- python : "nightly"
1414

1515
install:
16-
- pip install --upgrade pip
17-
- pip install -v .
18-
- pip install $PRE --upgrade pytest pytest-cov coverage
16+
- python -m pip install --upgrade pip
17+
- python -m pip install -v .
18+
- python -m pip install $PRE --upgrade pytest pytest-cov coverage
1919

2020
script:
2121
- coverage run run_tests.py

0 commit comments

Comments
 (0)