]> git.parisson.com Git - timeside.git/commitdiff
Travis-CI: Try python-coveralls for reportng coverage
authorThomas Fillon <thomas@parisson.com>
Fri, 16 Jan 2015 10:57:57 +0000 (11:57 +0100)
committerThomas Fillon <thomas@parisson.com>
Fri, 16 Jan 2015 10:57:57 +0000 (11:57 +0100)
.travis.yml

index 24fff573c9da5495579be354e08009735e92b1c4..b9f9d5c8b0fc53ce6548a43894e5a721a5beba4b 100644 (file)
@@ -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