From 3ca85baeb4d26e2fc35e4d08ea4cdd08c4110da5 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 4 Oct 2015 16:44:19 +0100 Subject: [PATCH] [testing] more restructuring, almost ready to ship, added some tests for testing with travis --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index d70bfde3..3157aa43 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -35,5 +35,5 @@ import matplotlib matplotlib.use('pdf') import nose -nose.main('GPy', defaultTest='GPy/testing') +nose.main('GPy', defaultTest='GPy/testing/plotting_test')