mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[travis] testing building docs
This commit is contained in:
parent
675115f7c6
commit
d4d726692a
2 changed files with 3 additions and 5 deletions
|
|
@ -55,4 +55,5 @@ deploy:
|
|||
tags: true
|
||||
branch: plot_density
|
||||
server: https://testpypi.python.org/pypi
|
||||
distributions: "bdist_wheel sdist"
|
||||
distributions: "bdist_wheel sdist bdist_egg"
|
||||
skip_cleanup: true
|
||||
|
|
|
|||
|
|
@ -32,11 +32,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import matplotlib
|
||||
matplotlib.rcParams.update(matplotlib.rcParamsDefault)
|
||||
matplotlib.use('agg')
|
||||
matplotlib.rcParams[u'figure.figsize'] = (4,3)
|
||||
matplotlib.rcParams[u'text.usetex'] = False
|
||||
|
||||
import nose
|
||||
nose.main('GPy', defaultTest='GPy/testing/')
|
||||
#nose.main('GPy', defaultTest='GPy/testing/')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue