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

This commit is contained in:
mzwiessele 2015-10-04 16:19:45 +01:00
parent fa8f73326e
commit 1b9fba0cc6

View file

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