From bc9014807feacd5e017fcd8e68248224e3389701 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 13 Aug 2020 10:20:47 -0400 Subject: [PATCH] .travis.yml: run a doc build during CI We have doc8 configured, so we should use it to gate documentation changes. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9844c065895..4c5bf4c440d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,3 +128,5 @@ matrix: env: TOXENV=flake8 - python: 3.6 env: TOXENV=pylint + - python: 3.6 + env: TOXENV=doc