From 5290e4bf0efb83b359c8eb96ad300e503f4c7714 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 6 Oct 2015 18:39:16 +0100 Subject: [PATCH] [tests] failing although the same... --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index 2d71de97..06d54de6 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')