From 69560e654ae3279b03774a6a05b802f255d6a954 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 5 Oct 2015 00:07:39 +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 9fa3509f..2b9d074f 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -37,5 +37,5 @@ matplotlib.rcParams[u'figure.figsize'] = (4,3) matplotlib.rcParams[u'text.usetex'] = False import nose -nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py') +nose.main('GPy', defaultTest='GPy/testing')