From c3ad5b2fa663509ec0e578d44cd9ae114eb0b74c Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 18 Jun 2013 15:53:32 -0400 Subject: [PATCH] Take --use-mirrors out of pip calls in .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1dc506..dd84116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ python: - "pypy" install: - - pip install . --quiet --use-mirrors + - pip install . --quiet - "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install importlib --quiet --use-mirrors; fi" - - pip install nose simplejson Flask-SQLAlchemy Flask-MongoEngine Flask-Peewee py-bcrypt MySQL-python --quiet --use-mirrors + - pip install nose simplejson Flask-SQLAlchemy Flask-MongoEngine Flask-Peewee py-bcrypt MySQL-python --quiet before_script: - mysql -e 'create database flask_security_test;'