fix: pandoc install under travis osx

This commit is contained in:
mzwiessele 2016-10-27 13:54:57 +01:00
parent 852e86dddf
commit d70aa771f4

View file

@ -28,6 +28,10 @@ before_install:
install:
- echo $PATH
- source install_retry.sh
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
then
conda install --yes pandoc
fi;
- pip install codecov
- pip install coveralls
- pip install pypandoc