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')