mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:25:32 +08:00
Don't fail if .matplotlib dir already exists
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user