From: Thomas Fillon Date: Tue, 22 Apr 2014 08:47:09 +0000 (+0200) Subject: Try to fix coverage support in Travis - 4th X-Git-Tag: 0.5.5~1^2~38^2~15 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=25fd7742ab38e440d044b6b94ba4c3bcee51b7cb;p=timeside.git Try to fix coverage support in Travis - 4th --- diff --git a/.travis.yml b/.travis.yml index fdaec5b..ae5b1f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: