From 8615679bebe0e54c1de3361794a8b51584b2ae2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radom=C3=ADr=20Bos=C3=A1k?= Date: Fri, 10 Mar 2017 18:47:43 +0100 Subject: [PATCH] Remove --use-mirrors switch from travis setup (#477) The --use-mirrors pip switch does not work since pip 7.0.0. This caused travis builds to fail. This commit removes the --use-mirrors switch. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2eea287..6a195a7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.3" - "3.4" install: - - "pip install -e . --use-mirrors" + - "pip install -e ." - "pip install -q behave" # command to run tests script: