From d4d726692a5685f817426c899a815dbad3c3570b Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 11 Oct 2015 14:26:15 +0100 Subject: [PATCH] [travis] testing building docs --- .travis.yml | 3 ++- travis_tests.py | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37468788..ff6da1d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/travis_tests.py b/travis_tests.py index 54eda2f9..70fd97e3 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -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/')