[testing] more restructuring, almost ready to ship, added some tests for testing with travis

This commit is contained in:
mzwiessele 2015-10-04 16:43:17 +01:00
parent daf52c544c
commit 03256b2c20
20 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@
#!/usr/bin/env python
import matplotlib
matplotlib.use('svg')
matplotlib.use('pdf')
import nose
nose.main('GPy', defaultTest='GPy/testing')