Increase timeout to install requirements

This commit is contained in:
Steven Silvester
2014-12-13 04:39:06 -06:00
parent fc667d98d4
commit be7d0be713
+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 $WHEELHOUSE -r requirements.txt
pip install --timeout 60 $WHEELHOUSE -r requirements.txt
# clean up disk space
sudo apt-get clean