mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-26 15:49:40 +02:00
[travis] testing codecoverage
This commit is contained in:
parent
60613ce891
commit
465d366740
2 changed files with 18 additions and 8 deletions
14
travis_tests.py
Normal file
14
travis_tests.py
Normal 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')
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue