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

index fdaec5bb844967531b4acdac4f1871a97e10e6cb..ae5b1f4561f1cfa12044c1bea496e245ca0cfb1a 100644 (file)
@@ -16,8 +16,9 @@ before_install:
 # command to install dependencies
 install: 
 # - "pip install -r requirements.txt --use-mirrors"
- - python setup.py install
- - pip install coverage --use-mirror
+- pip install coverage
+- python setup.py install
+
 
 # command to run tests
 before_script: