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 e0babd4 commit 39a147cCopy full SHA for 39a147c
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
# Install coverage tools (On 3.2 the new coverage is broken, use an old one)
19
# https://github.com/menegazzo/travispy/issues/20
20
- if [ $TRAVIS_PYTHON_VERSION == 3.2 ];
21
- then pip install coverage<4; else
+ then pip install 'coverage<4.0'; else
22
pip install coverage;
23
fi
24
- pip install coveralls
0 commit comments