Merge "Add 'docs' tox environment"

This commit is contained in:
Jenkins 2014-06-30 15:39:11 +00:00 committed by Gerrit Code Review
commit cb70f81b96
1 changed files with 3 additions and 0 deletions

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