Create matplotlib config directory

This commit is contained in:
Johannes Schönberger
2013-05-29 19:48:33 +02:00
parent cfb7d6cd31
commit 3a4f729156
+1
View File
@@ -26,6 +26,7 @@ install:
- sudo $PYTHON setup.py install
script:
# Change into an innocuous directory and find tests from installation
- mkdir $HOME/.matplotlib
- "echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc"
- mkdir for_test
- cd for_test