Escape greather-than symbol

This commit is contained in:
Johannes Schönberger
2013-04-27 18:59:33 +02:00
parent baf313202a
commit 2ca4407316
+1 -1
View File
@@ -30,5 +30,5 @@ script:
- nosetests-$PYVER --exe -v --cover-package=skimage skimage
# run all examples
- cd ..
- echo 'backend : Agg' > matplotlibrc
- echo 'backend : Agg' >> matplotlibrc
- make run-all-examples