mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-06 13:30:21 +08:00
Fix another travis syntax error
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ before_install:
|
||||
- if [[ $END != python=2.6* ]]; then
|
||||
travis_retry pip install --no-index --find-links=http://wheels.scikit-image.org/ matplotlib;
|
||||
else
|
||||
pip install matplotlib==1.0
|
||||
pip install matplotlib==1.0;
|
||||
fi
|
||||
- python check_bento_build.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user