From a238aa157f86e65d299679ba218ea60e89a63229 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Wed, 3 Aug 2016 09:07:22 +0100 Subject: [PATCH] [tests] all tests --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index d44a1638..16713962 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -36,5 +36,5 @@ matplotlib.use('agg') import nose, warnings with warnings.catch_warnings(): warnings.simplefilter("ignore") - nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py', argv=['', '--show-skipped']) + nose.main('GPy', defaultTest='GPy/testing', argv=['', '--show-skipped'])