We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fefc86 commit f81e3b0Copy full SHA for f81e3b0
.travis.yml
@@ -8,8 +8,8 @@ before_install:
8
- sudo apt-get install python-pip
9
- pip install --user --upgrade pip
10
install:
11
- - pip install coveralls
12
- - pip install tox-travis
+ - pip install --user coveralls
+ - pip install --user tox-travis
13
script:
14
- tox
15
- coverage report -m
0 commit comments