Fix wrong escaping

This commit is contained in:
Johannes Schönberger
2013-04-28 08:34:01 +02:00
parent 99d56b92f8
commit 249fdcae94
+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