travis: Pass -X gcov --required to codecov.

This commit is contained in:
Florian Bruhin 2015-10-26 08:47:00 +01:00
parent fc573963f4
commit 6f646a9da5

View File

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