From bf4e816c759a456aeca2fa04b3f3922928a80d66 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 2 Oct 2015 18:33:28 +0100 Subject: [PATCH] [tests] running all tests --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index 49e8b40a..3bae68f4 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -35,5 +35,5 @@ import matplotlib matplotlib.use('agg') import nose -nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py') +nose.main('GPy', defaultTest='GPy/testing')