Fix matplotlibrc configuration

This commit is contained in:
Johannes Schönberger
2013-11-09 10:18:58 +01:00
parent 4fa7b5ba03
commit 729c38c9a5
+2 -2
View File
@@ -56,8 +56,8 @@ script:
# Setup matplotlib settings
- mkdir $HOME/.matplotlib
- touch $HOME/.matplotlib/matplotlibrc
- echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc
- echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc
- "echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc"
- "echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc"
# Run all tests
- nosetests --exe -v --with-doctest --ignore-files='^\.' --ignore-files='^setup\.py$$' --ignore-files='^_test' skimage
# Run all doc examples