From 34cddb7f1ceb938a8565028883ab9d169b9739db Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Thu, 20 Aug 2015 22:29:52 -0500 Subject: [PATCH] chore(test): Enable codecov --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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