From 643a6f4aeefb989dbf979b57bb451b8cc8f8f3b5 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 22 Apr 2014 10:47:09 +0200 Subject: [PATCH] Try to fix coverage support in Travis - 4th --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.39.5