Take --use-mirrors out of pip calls in .travis.yml

This commit is contained in:
Matt Wright
2013-06-18 15:53:32 -04:00
parent 637fc913cd
commit c3ad5b2fa6
+2 -2
View File
@@ -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;'