travis: Pass -X gcov --required to codecov.
This commit is contained in:
parent
fc573963f4
commit
6f646a9da5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user