Merge pull request #369 from OpenKMIP/feat/update-tox-doc-tests

Update the Travis CI config to test doc building
This commit is contained in:
Peter Hamilton 2017-11-20 14:34:36 -05:00 committed by GitHub
commit 0f85a9016b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File