From 31d210d3574c6b63ecb224f278e2abaf4c316028 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 5 Oct 2015 00:07:08 +0100 Subject: [PATCH] [libraries] added for plotting --- travis_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/travis_tests.py b/travis_tests.py index 1e420c8e..9fa3509f 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -34,6 +34,7 @@ import matplotlib matplotlib.use('pdf') matplotlib.rcParams[u'figure.figsize'] = (4,3) +matplotlib.rcParams[u'text.usetex'] = False import nose nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')