From 69d06f936df3982f4f5868ae1624336a9e4f65e8 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 22 Apr 2014 09:36:50 +0200 Subject: [PATCH] Try to fix coverage support in Travis - 3rd --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5