More janitoring
This commit is contained in:
parent
b3fd5c6387
commit
e6a2b99cd8
2
tox.ini
2
tox.ini
|
@ -26,11 +26,13 @@ deps =
|
||||||
zope.interface
|
zope.interface
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
|
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
|
python -m doctest README.rst
|
||||||
|
|
||||||
|
|
||||||
[testenv:manifest]
|
[testenv:manifest]
|
||||||
deps = check-manifest
|
deps = check-manifest
|
||||||
|
skip_install = true
|
||||||
commands = check-manifest
|
commands = check-manifest
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue