Fix travis syntax errors

This commit is contained in:
Steven Silvester
2014-10-06 19:05:30 -05:00
parent 4645dc8d99
commit bdb59ce505
+2 -2
View File
@@ -26,8 +26,8 @@ before_install:
# and the minimum version of cython and networkx
- if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
travis_retry sudo apt-get install python-scipy python-matplotlib;
pip install https://github.com/cython/cython/archive/0.19.2.tar.gz
pip install https://github.com/networkx/networkx/archive/networkx-1.6.tar.gz
pip install https://github.com/cython/cython/archive/0.19.2.tar.gz;
pip install https://github.com/networkx/networkx/archive/networkx-1.6.tar.gz;
fi
- travis_retry pip install -r requirements.txt $WHEELHOUSE;