GPy/travis_tests.py
2015-10-01 07:31:20 +01:00

14 lines
189 B
Python

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