Add 'docs' tox environment
To make it easy to build docs with 'tox -e docs'. Change-Id: Idd47c617196b25539b6b1fc88fac0a45b7fc0911
This commit is contained in:
parent
3f9fc44bc6
commit
8babb0d1bd
3
tox.ini
3
tox.ini
@ -20,6 +20,9 @@ commands =
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E226,E241,E265,E714,H237,H305,H307,H402,H405,H904
|
ignore = E226,E241,E265,E714,H237,H305,H307,H402,H405,H904
|
||||||
|
Loading…
Reference in New Issue
Block a user