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 6df0020 commit 6e25728Copy full SHA for 6e25728
.travis.yml
@@ -68,6 +68,9 @@ notifications:
68
- [email protected]
69
70
after_success:
71
- - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install "idna < 2.8"; fi
72
- - pip install coveralls
73
- - coveralls
+ - |
+ if [[ "$TOXENV" != "flake8" ]]; then
+ if [[ "$TRAVIS_PYTHON_VERSION" == "2.6" ]]; then pip install "idna < 2.8"; fi
74
+ pip install coveralls
75
+ coveralls
76
+ fi
0 commit comments