GPy/travis_tests.py

15 lines
189 B
Python
Raw Normal View History

2015-10-01 07:31:20 +01:00
'''
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')