MAINT: Add --use-mirrors to Travis CI build script

This commit is contained in:
Jonathan Kamens
2013-04-04 15:37:50 -04:00
parent b7743e0f02
commit a021d6d259
+1 -1
View File
@@ -4,7 +4,7 @@ python:
before_install:
- sudo apt-get install gfortran
install:
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose== | xargs pip install
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose== | xargs pip install --use-mirrors
- etc/ordered_pip.sh etc/requirements.txt
before_script:
- "flake8 zipline tests"