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 5ee8e9e commit 70306faCopy full SHA for 70306fa
.travis.yml
@@ -11,6 +11,7 @@ python:
11
12
install:
13
- travis_retry pip install -r requirements.txt
14
+ - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'coverage<4'; fi
15
- travis_retry pip install coveralls
16
17
script:
0 commit comments