From 847a5440000f4cea365447fedd7d5b167b79d245 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 11 Oct 2015 15:54:41 +0100 Subject: [PATCH] [doc] pypandoc --- .travis.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34890adc..64d6fcf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ os: addons: apt: - - pandoc + - libbibutils2 + - pandoc cache: directories: @@ -19,7 +20,14 @@ env: before_install: - export CONDA_CACHED=1 - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export OS=Linux; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OS=MacOSX; else echo "OS not supported yet"; exit 1; fi; + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; + then export OS=Linux; + elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; + then export OS=MacOSX; + brew install pandoc; + else + echo "OS not supported yet"; + exit 1; fi; - if [[ $PYTHON_VERSION == "2.7" ]]; then export MINICONDA=Miniconda; elif [[ $PYTHON_VERSION == 3* ]];