Touch non-existent matplotlibrc

This commit is contained in:
Johannes Schönberger
2013-11-09 09:12:25 +01:00
parent 49fc67ce06
commit 4fa7b5ba03
+1
View File
@@ -55,6 +55,7 @@ install:
script:
# Setup matplotlib settings
- mkdir $HOME/.matplotlib
- touch $HOME/.matplotlib/matplotlibrc
- echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc
- echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc
# Run all tests