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.
This commit is contained in:
Peter Hamilton 2017-11-17 15:02:47 -05:00
parent 48acdc1bb6
commit 6650245d08
2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,14 @@ matrix:
os: linux os: linux
dist: trusty dist: trusty
env: TOXENV=bandit env: TOXENV=bandit
- python: 2.7
os: linux
dist: precise
env: TOXENV=docs
- python: 2.7
os: linux
dist: trusty
env: TOXENV=docs
install: install:
- pip install tox - pip install tox
- pip install bandit - pip install bandit

View File