Fix travis syntax errors

This commit is contained in:
Steven Silvester
2014-09-30 21:18:15 -05:00
parent 7157c19716
commit 75365cf893
+2 -2
View File
@@ -46,11 +46,11 @@ before_install:
source activate test;
fi
- travis_retry pip install wheel;
- if [[ $END != python=2.6* ]] then
- 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
end
fi
- python check_bento_build.py
install: