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')