From a3a75ecf64552cf785d348a745b9d331652c4866 Mon Sep 17 00:00:00 2001 From: Freddy Tan Date: Sun, 20 Nov 2016 00:00:00 +0800 Subject: [PATCH] add pypandoc --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c3bebc3..751fc23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ install: - "curl https://bootstrap.pypa.io/ez_setup.py -o - | python" - "pip install -r test/requirements.txt" - "sudo apt-get -y install pandoc" + - "pip install pypandoc" - "pip install ." # command to run tests script: