Update release machinery to include manpages

This commit is contained in:
Ian Cordasco 2016-11-14 09:48:48 -06:00
parent 7e44b47c9e
commit f6f01b469c
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
3 changed files with 13 additions and 0 deletions

View file

@ -97,6 +97,13 @@ deps =
-rdocs/source/requirements.txt
commands =
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
{[testenv:manpages]commands}
[testenv:manpages]
basepython = python3
deps =
-rdocs/source/requirements.txt
commands =
sphinx-build -E -W -c docs/source/ -b man docs/source/ docs/build/man
[testenv:serve-docs]
@ -121,7 +128,9 @@ skip_install = true
deps =
wheel
setuptools
{[testenv:manpages]deps}
commands =
{[testenv:manpages]commands}
python setup.py -q sdist bdist_wheel
[testenv:release]