[travis] testing codecoverage

This commit is contained in:
mzwiessele 2015-10-01 07:31:20 +01:00
parent 60613ce891
commit 465d366740
2 changed files with 18 additions and 8 deletions

14
travis_tests.py Normal file
View file

@ -0,0 +1,14 @@
'''
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')