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

index 56d64fd04a07eae5e0df22846c31d9fffef7a5ff..fdaec5bb844967531b4acdac4f1871a97e10e6cb 100644 (file)
@@ -17,7 +17,7 @@ before_install:
 install: 
 # - "pip install -r requirements.txt --use-mirrors"
  - python setup.py install
- - pip install coverage
+ - pip install coverage --use-mirror
 
 # command to run tests
 before_script: