From 9e578294c83c5f68d135265c2d4a0be49cde1ad9 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