mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
Fix travis syntax errors
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user