From 6baf4e74493278bf49b5b1b8d27d20f9e11f2dd3 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 11 Oct 2015 16:20:08 +0100 Subject: [PATCH] [doc] pypandoc --- .travis.yml | 8 ++++---- travis_tests.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c7c2b90..b10abd8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ addons: apt_packages: - pandoc -cache: - directories: - - "$HOME/download/" - - "$HOME/install/" +#cache: +# directories: +# - "$HOME/download/" +# - "$HOME/install/" env: - PYTHON_VERSION=2.7 diff --git a/travis_tests.py b/travis_tests.py index 70fd97e3..d034fcfd 100644 --- a/travis_tests.py +++ b/travis_tests.py @@ -35,5 +35,5 @@ import matplotlib matplotlib.use('agg') import nose -#nose.main('GPy', defaultTest='GPy/testing/') +nose.main('GPy', defaultTest='GPy/testing/')