From 31d931015c06278fc14147afe3d840b5c0e637ea Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 27 Jun 2013 17:34:43 +0100 Subject: [PATCH] Use pip mirrors. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b00dca..11e7098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ before_install: - "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then sudo pip install unittest2; fi" - - sudo pip install unittest-xml-reporting + - sudo pip install --use-mirrors --mirrors=http://g.pypi.python.org/ \ + --mirrors=http://c.pypi.python.org/ --mirrors=http://pypi.crate.io/ unittest-xml-reporting - sudo apt-get remove -y -o DPkg::Options::=--force-confold --purge libzmq3 - sudo apt-get autoremove -y -o DPkg::Options::=--force-confold --purge - sudo ls -lah /etc/apt/sources.list.d/