From cfae854f88e72c6107a2399ae6aa27fe7d0e8430 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 9 Oct 2015 23:02:59 +0100 Subject: [PATCH] testing everything --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index 3c553c53..54eda2f9 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -38,5 +38,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/')