From f0921a58e37deebe6c1225602d7a32b2afc4d8a0 Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 7 Oct 2015 01:14:54 -0400 Subject: [PATCH] pygments is needed for building docs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 28ed31bb5..9b1458457 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ addons: - g++-4.8 - ditaa - python3-docutils + - python3-pygments before_install: - git submodule update --init --recursive