From 2051f1a551f15cdb6de925704ed661a24ff60c7f Mon Sep 17 00:00:00 2001 From: BruceDai Date: Sun, 18 Sep 2016 14:42:45 +0800 Subject: [PATCH] Remove --use-mirrors option to fix the build error of travis-ci with Python 2.7.12 . --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b4ac59..86461da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required python: - '2.7' install: -- pip install -q -e . --use-mirrors +- pip install -q -e . - sudo ./install_dependency.sh - sudo rm -rf testkitmerge testkit-merge script: