No more mirrors

This commit is contained in:
Matt Robenolt 2014-02-20 20:58:41 -08:00
parent 4d017bcdad
commit 0cd35e5ba1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash -eu
sudo apt-get install libevent-dev
pip install $DJANGO --use-mirrors
pip install $DJANGO
make bootstrap
if [[ ${TRAVIS_PYTHON_VERSION::1} == '2' ]]; then
pip install gevent --use-mirrors