chore(test): Enable codecov

This commit is contained in:
Kurt Griffiths
2015-08-20 22:29:52 -05:00
parent ccb2078733
commit 34cddb7f1c

View File

@@ -21,7 +21,6 @@ env:
- JYTHON=true
script: travis_scripts/run_tests.sh
after_success: coveralls
notifications:
irc:
channels:
@@ -31,3 +30,7 @@ notifications:
use_notice: true
skip_join: true
before_install:
- pip install codecov
after_success:
- codecov