don't use mirrors

This commit is contained in:
Josh Kalderimis 2015-07-08 01:10:06 +02:00
parent 74b5cda2ef
commit 8b08e66e7d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
pip install $DJANGO
make bootstrap
if [[ ${TRAVIS_PYTHON_VERSION::1} == '2' ]]; then
pip install gevent --use-mirrors
pip install gevent
fi
if [[ ${TRAVIS_PYTHON_VERSION} == '3.2' ]]; then
pip install -I https://github.com/celery/celery/archive/3.0.zip