]> git.parisson.com Git - timeside-diadems.git/commitdiff
Try to fix coverage support in Travis - 6th : install coveralls before success
authorThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 09:17:31 +0000 (11:17 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 09:17:31 +0000 (11:17 +0200)
.travis.yml

index ccfbf594d0bcfbf121f054023737cbe486de48e2..9ab58d5b33a31c0d7879001ef7d0fe731cf108b6 100644 (file)
@@ -17,6 +17,7 @@ before_install:
 install: 
 # - "pip install -r requirements.txt --use-mirrors"
 - pip install coverage
+- pip install coveralls
 - python setup.py install
 
 
@@ -29,5 +30,4 @@ script:
  - coverage run --source=timeside setup.py test
 
 after_success:
- - pip install coveralls
  - coveralls
\ No newline at end of file