Add a tox env for building docs

This commit is contained in:
Dmitri Bogomolov 2021-11-21 19:03:29 +02:00
parent 44144f3023
commit ed6ca87092
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -12,6 +12,12 @@ commands =
coverage run -a src/bitmessagemain.py -t
coverage run -a -m tests
[testenv:py27-doc]
deps =
.[docs]
-r docs/requirements.txt
commands = python setup.py build_sphinx
[testenv:reset]
commands = coverage erase