travis: Don't run codecov if it's unneeded.

This commit is contained in:
Florian Bruhin 2015-10-26 07:35:29 +01:00
parent cf623f0d8d
commit 66afdbaf16

View File

@ -40,7 +40,7 @@ script:
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 -v tests
after_success:
- codecov -e TESTENV
- '[[ $TESTENV == py34 || $TESTENV == py35 ]] && codecov -e TESTENV'
matrix:
exclude: