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

index e07213ab7122b9a31838d06b8041242d5b226fa5..56d64fd04a07eae5e0df22846c31d9fffef7a5ff 100644 (file)
@@ -17,7 +17,7 @@ before_install:
 install: 
 # - "pip install -r requirements.txt --use-mirrors"
  - python setup.py install
- - pip install coveralls
+ - pip install coverage
 
 # command to run tests
 before_script:
@@ -28,4 +28,5 @@ script:
  - coverage run --source=timeside python setup.py test
 
 after_success:
-  coveralls
\ No newline at end of file
+ - pip install coveralls
+ - coveralls
\ No newline at end of file