From: Thomas Fillon Date: Tue, 22 Apr 2014 07:36:50 +0000 (+0200) Subject: Try to fix coverage support in Travis - 3rd X-Git-Tag: 0.5.5~1^2~38^2~17 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=69d06f936df3982f4f5868ae1624336a9e4f65e8;p=timeside.git Try to fix coverage support in Travis - 3rd --- diff --git a/.travis.yml b/.travis.yml index 56d64fd..fdaec5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: