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.
2 parents 5ee8e9e + 70306fa commit a2ba02fCopy full SHA for a2ba02f
.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