From 09dd1f1d4afd188e009e4cbbcf6a1109e34ee74b Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 9 Dec 2015 11:50:44 +0100 Subject: [PATCH] Fix Travis build for Python 3.5 by removing the pip --use-mirrors option --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc38277..3ac19c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: # command to install dependencies install: - - pip install -r requirements.txt --use-mirrors + - pip install -r requirements.txt # command to run tests script: make test PYTESTOPTS=-s #notifications: