More janitoring

This commit is contained in:
Hynek Schlawack 2015-12-08 16:00:06 +01:00
parent b3fd5c6387
commit e6a2b99cd8
1 changed files with 2 additions and 0 deletions

View File

@ -26,11 +26,13 @@ deps =
zope.interface
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
python -m doctest README.rst
[testenv:manifest]
deps = check-manifest
skip_install = true
commands = check-manifest