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