From fb587f11febc1951f42f5643b1532823675c2acf Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 13 Sep 2017 22:58:52 +0200 Subject: Switch to code-cov --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1da7974be..74cf2371a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,14 @@ before_install: install: - ./manage.sh npm_packages - ./manage.sh update_dev_packages - - pip install coveralls + - pip install codecov script: - ./manage.sh styles - ./manage.sh grunt_build - ./manage.sh tests after_success: - ./manage.sh py_test_coverage - - coveralls + - codecov notifications: irc: channels: -- cgit v1.2.3