Skip to content

Commit 79eca30

Browse files
committed
CI: actually use PRE env let pip upgrade dependencies
1 parent 5e568f5 commit 79eca30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ matrix:
1313
- python : "nightly"
1414

1515
install:
16+
- pip install --upgrade pip
1617
- python setup.py install
17-
- pip install pytest pytest-cov coverage
18+
- pip install $PRE --upgrade pytest pytest-cov coverage
1819

1920
script:
2021
- coverage run run_tests.py

0 commit comments

Comments
 (0)