travis: Don't pass --required to codecov.
The latest release doesn't support that yet.
This commit is contained in:
parent
02dda23be6
commit
a0c2c37a40
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user