travis: Don't run codecov if it's unneeded.
This commit is contained in:
parent
cf623f0d8d
commit
66afdbaf16
@ -40,7 +40,7 @@ script:
|
|||||||
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 -v tests
|
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 -v tests
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov -e TESTENV
|
- '[[ $TESTENV == py34 || $TESTENV == py35 ]] && codecov -e TESTENV'
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
Reference in New Issue
Block a user