From: Thomas Fillon Date: Fri, 16 Jan 2015 10:57:57 +0000 (+0100) Subject: Travis-CI: Try python-coveralls for reportng coverage X-Git-Tag: 0.7^2~18^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=47eabcbad1cc22c373e46a55a61dd4d26c2a0af8;p=timeside.git Travis-CI: Try python-coveralls for reportng coverage --- diff --git a/.travis.yml b/.travis.yml index 24fff57..b9f9d5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,6 @@ script: after_success: - # -------------DEFAULT-------------------- - if [[ $TEST_TARGET == 'default' ]]; then - pip install coveralls; + pip install python-coveralls; coveralls; fi \ No newline at end of file