Merge pull request #4349 from tk0miya/build_own_docs_as_a_test

travis: Build own docs as a test
This commit is contained in:
Takeshi KOMIYA 2017-12-28 23:23:03 +09:00 committed by GitHub
commit 324bc7e3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ matrix:
- PYTEST_ADDOPTS = --cov sphinx --cov-append --cov-config setup.cfg
- python: 'nightly'
env: TOXENV=py37
- python: '3.6'
env: TOXENV=docs
- python: '3.6'
env: TOXENV=mypy
- python: '2.7'