GPy/travis_tests.py
2015-10-01 08:00:34 +01:00

14 lines
181 B
Python

'''
Created on 30 Sep 2015
@author: Max Zwiessele
'''
#!/usr/bin/env python
import matplotlib
matplotlib.use('svg')
import nose
nose.main('GPy', defaultTest='GPy/testing')