travis: Build own docs as a test

This commit is contained in:
Takeshi KOMIYA 2017-12-28 10:48:29 +09:00
parent 42947beabd
commit 0cc6cdd7cc

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'