From: Thomas Fillon Date: Tue, 22 Apr 2014 08:47:09 +0000 (+0200) Subject: Try to fix coverage support in Travis - 4th X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=643a6f4aeefb989dbf979b57bb451b8cc8f8f3b5;p=timeside-diadems.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: