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 c7730fa commit 08ad9deCopy full SHA for 08ad9de
.travis.yml
@@ -45,7 +45,7 @@ script:
45
46
after_success:
47
- |
48
- if [ -z "$SANITY_CHECK" ]; then
+ if [ -z "$SANITY_CHECK" ] && [ -z "$TOXENV" ]; then
49
pip install coveralls
50
coveralls
51
fi
0 commit comments