[doc] pypandoc

This commit is contained in:
mzwiessele 2015-10-11 16:20:08 +01:00
parent 7849a02de2
commit 6baf4e7449
2 changed files with 5 additions and 5 deletions

View file

@ -8,10 +8,10 @@ addons:
apt_packages: apt_packages:
- pandoc - pandoc
cache: #cache:
directories: # directories:
- "$HOME/download/" # - "$HOME/download/"
- "$HOME/install/" # - "$HOME/install/"
env: env:
- PYTHON_VERSION=2.7 - PYTHON_VERSION=2.7

View file

@ -35,5 +35,5 @@ import matplotlib
matplotlib.use('agg') matplotlib.use('agg')
import nose import nose
#nose.main('GPy', defaultTest='GPy/testing/') nose.main('GPy', defaultTest='GPy/testing/')