Add a tox env for building docs
This commit is contained in:
parent
44144f3023
commit
ed6ca87092
6
tox.ini
6
tox.ini
|
@ -12,6 +12,12 @@ commands =
|
||||||
coverage run -a src/bitmessagemain.py -t
|
coverage run -a src/bitmessagemain.py -t
|
||||||
coverage run -a -m tests
|
coverage run -a -m tests
|
||||||
|
|
||||||
|
[testenv:py27-doc]
|
||||||
|
deps =
|
||||||
|
.[docs]
|
||||||
|
-r docs/requirements.txt
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:reset]
|
[testenv:reset]
|
||||||
commands = coverage erase
|
commands = coverage erase
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user