[tests] all tests

This commit is contained in:
mzwiessele 2016-08-03 09:07:22 +01:00
parent 52567d7732
commit a238aa157f

View file

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