From a17e70263f6c2ae13958176ee76cd0100e80b91e Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 5 Oct 2015 00:01:26 +0100 Subject: [PATCH] [libraries] added for plotting --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index 239d99e2..1e420c8e 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -33,7 +33,7 @@ import matplotlib matplotlib.use('pdf') -matplotlib.rcParams['figure.size'] = (4,3) +matplotlib.rcParams[u'figure.figsize'] = (4,3) import nose nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')