Escape double-colon symbol

This commit is contained in:
Johannes Schönberger
2013-04-28 10:17:26 +02:00
parent 2ca4407316
commit c8942b1d21
+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