From 55668306cbade1571d4883ff8e2eadd8f093b8df Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 6 Oct 2015 07:47:35 +0100 Subject: [PATCH] [rcparams] default added for rc not failing the tests --- travis_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/travis_tests.py b/travis_tests.py index f3789d23..2d71de97 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -33,6 +33,7 @@ import matplotlib matplotlib.use('agg') +matplotlib.rcParams.update(matplotlib.rcParamsDefault) matplotlib.rcParams[u'figure.figsize'] = (4,3) matplotlib.rcParams[u'text.usetex'] = False