]> git.parisson.com Git - timeside-diadems.git/commitdiff
Try to fix coverage support in Travis
authorThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 07:22:39 +0000 (09:22 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 07:22:39 +0000 (09:22 +0200)
.travis.yml

index 1b1f691684d0113df8611ad38130114376f3e1c8..e07213ab7122b9a31838d06b8041242d5b226fa5 100644 (file)
@@ -17,6 +17,7 @@ before_install:
 install: 
 # - "pip install -r requirements.txt --use-mirrors"
  - python setup.py install
+ - pip install coveralls
 
 # command to run tests
 before_script: