mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[libraries] added for plotting
This commit is contained in:
parent
9ed6546420
commit
56aa16002e
2 changed files with 6 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -6,15 +6,15 @@ os:
|
|||
|
||||
#language: python
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
#addons:
|
||||
# apt:
|
||||
# packages:
|
||||
# - inkscape
|
||||
# - libav-tools
|
||||
# - gdb
|
||||
# - mencoder
|
||||
- dvipng
|
||||
- libpng
|
||||
# - dvipng
|
||||
# - libpng
|
||||
# - gfortran
|
||||
# - libatlas-dev
|
||||
# - libatlas-base-dev
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
import matplotlib
|
||||
matplotlib.use('pdf')
|
||||
matplotlib.rcParams['figure.size'] = (4,3)
|
||||
|
||||
import nose
|
||||
nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue