From 6650245d08a5aa2bbae26e944af1d7fae62d5137 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Fri, 17 Nov 2017 15:02:47 -0500 Subject: [PATCH] Update the Travis CI config to test doc building This change updates the .travis.yml configuration to include building the Sphinx documentation whenever the Travis CI build is triggered. --- .travis.yml | 8 ++++++++ docs/source/_static/.keep | 0 2 files changed, 8 insertions(+) create mode 100644 docs/source/_static/.keep diff --git a/.travis.yml b/.travis.yml index 296e47f..38afd03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,14 @@ matrix: os: linux dist: trusty env: TOXENV=bandit + - python: 2.7 + os: linux + dist: precise + env: TOXENV=docs + - python: 2.7 + os: linux + dist: trusty + env: TOXENV=docs install: - pip install tox - pip install bandit diff --git a/docs/source/_static/.keep b/docs/source/_static/.keep new file mode 100644 index 0000000..e69de29