Don't fail if .matplotlib dir already exists

This commit is contained in:
Stefan van der Walt
2014-05-05 17:01:27 +02:00
parent 1a0228727e
commit 10459feefc
+1 -1
View File
@@ -68,7 +68,7 @@ install:
script:
# Matplotlib settings
- mkdir $HOME/.matplotlib
- mkdir -p $HOME/.matplotlib
- touch $HOME/.matplotlib/matplotlibrc
- "echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc"
- "echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc"