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.
coverage
1 parent eca4260 commit 3033532Copy full SHA for 3033532
.travis.yml
@@ -8,7 +8,7 @@ python:
8
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
9
install:
10
- "pip install --use-mirrors -e ."
11
- - "pip install coverage coveralls"
+ - "pip install 'coverage>=3.7,<3.8' coveralls"
12
script:
13
- "python ./setup.py nosetests"
14
after_success:
0 commit comments