From 7f393c76f2825c5df0a234bec0149b4b8951539c Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 4 Oct 2015 16:49:21 +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 3157aa43..559b07fe 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/plotting_test') +nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')