mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Fix yaml syntax
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ script:
|
||||
|
||||
# Reinstall matplotlib with pyqt support
|
||||
- pip uninstall matplotlib
|
||||
- if [[ $ENV != python=2.6* ]]; then
|
||||
- if [[ $ENV != python=2.6* ]]; then
|
||||
travis_retry pip install matplotlib --no-index --find-links=http://wheels.scikit-image.org/;
|
||||
else
|
||||
pip install matplotlib==1.1.0;
|
||||
|
||||
Reference in New Issue
Block a user