diff --git a/.travis.yml b/.travis.yml index dec2ea6..1f3de96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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