Set the pip timeout globally for Travis

Conflicts:
	.travis.yml
This commit is contained in:
Steven Silvester
2014-12-13 04:39:30 -06:00
parent be7d0be713
commit 57c32722be
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
sed -i 's/matplotlib>=*.*.*/matplotlib==1.3.1/g' requirements.txt
fi
pip install --timeout 60 $WHEELHOUSE -r requirements.txt
pip install $WHEELHOUSE -r requirements.txt
# clean up disk space
sudo apt-get clean