mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
Fix typo in travis preventing mpl 1.0 from installing
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ before_install:
|
||||
source activate test;
|
||||
fi
|
||||
- travis_retry pip install wheel;
|
||||
- if [[ $END != python=2.6* ]]; then
|
||||
- if [[ $ENV != python=2.6* ]]; then
|
||||
travis_retry pip install --no-index --find-links=http://wheels.scikit-image.org/ matplotlib;
|
||||
else
|
||||
pip install matplotlib==1.0;
|
||||
|
||||
Reference in New Issue
Block a user