Remove escaping

This commit is contained in:
Johannes Schönberger
2013-04-28 08:40:27 +02:00
parent cc95173a69
commit e4e47e22c5
+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