[tests] show skipped

This commit is contained in:
Max Zwiessele 2016-04-14 08:49:16 +01:00
parent 2f57cf74a4
commit f94e0bd20c
7 changed files with 20 additions and 11 deletions

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/', argv=['', '-v'])
nose.main('GPy', defaultTest='GPy/testing/', argv=['', '--show-skipped'])