From 09be27d3d50915e11a451cd7829250d60169d9ba Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Sat, 14 Jul 2018 12:12:07 -0700 Subject: [PATCH] Install pygments on Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 61c1efa0..dab7dee3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ addons: - g++-multilib # These are needed for building and deploying the docs. - python3-markdown + - python3-pygments - python3-setuptools - ruby-sass