From 12282b858b0cce8accc4c5b730563835ac4b6c36 Mon Sep 17 00:00:00 2001 From: Craig Moyer Date: Fri, 13 Jan 2017 20:03:10 -0500 Subject: [PATCH] Update travis to remove --use-mirrors for 2.0-rc1 branch. Was causing errors in builds. --- .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: