Clean up required versions

This commit is contained in:
Steven Silvester
2014-10-06 20:55:35 -05:00
parent f2d5435c19
commit 60db60ff9c
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ before_install:
- 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/networkx/networkx/archive/networkx-1.8.tar.gz;
fi
- travis_retry pip install -r requirements.txt $WHEELHOUSE;