From 3a4f729156d6cbc54df98d8656e5a8903c9e3039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Wed, 29 May 2013 19:48:33 +0200 Subject: [PATCH] Create matplotlib config directory --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5ffb9646baf..c818046a7f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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