travis: Don't pass --required to codecov.

The latest release doesn't support that yet.
This commit is contained in:
Florian Bruhin 2015-10-27 17:54:05 +01:00
parent 02dda23be6
commit a0c2c37a40

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 -X gcov --required'
- '[[ $TESTENV == py34 || $TESTENV == py35 ]] && codecov -e TESTENV -X gcov'
matrix:
exclude: