From 9cf24e0bac3f932bdcf15bd0999bb6d63dc293a3 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Thu, 1 Oct 2015 08:00:34 +0100 Subject: [PATCH] [travis] oops --- travis_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_tests.py b/travis_tests.py index 8bc1c46e..4722e6f7 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -10,5 +10,5 @@ import matplotlib matplotlib.use('svg') import nose -nose.main('applygpy', defaultTest='applygpy/tests') +nose.main('GPy', defaultTest='GPy/testing')