Run codecov after success on Travis CI

This commit is contained in:
Trey Hunner 2015-07-29 20:53:57 -07:00
parent cb257ec524
commit 5b95536376

View File

@ -43,3 +43,7 @@ install:
script:
- tox -e $TOX_ENV
after_success:
- pip install codecov
- codecov