Set matplotlib backend to Agg

This commit is contained in:
Johannes Schönberger
2013-04-28 10:17:26 +02:00
parent 05b15a6deb
commit 1fd26cceb7
+2
View File
@@ -27,5 +27,7 @@ script:
- mkdir for_test
- cd for_test
- nosetests-$PYVER --exe -v --cover-package=skimage skimage
# run all examples
- cd ..
- echo 'backend : Agg' > matplotlibrc
- make run-all-examples