Add 'docs' tox environment

To make it easy to build docs with 'tox -e docs'.

Change-Id: Idd47c617196b25539b6b1fc88fac0a45b7fc0911
This commit is contained in:
Mark McLoughlin 2014-06-26 06:32:27 +01:00
parent 3f9fc44bc6
commit 8babb0d1bd

View File

@ -20,6 +20,9 @@ commands =
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
show-source = True
ignore = E226,E241,E265,E714,H237,H305,H307,H402,H405,H904