Merge "Add docs environment to tox.ini"

This commit is contained in:
Jenkins 2014-09-12 11:00:23 +00:00 committed by Gerrit Code Review
commit 56eda9b06d

View File

@ -11,3 +11,6 @@ install_command = pip install {opts} {packages}
deps = bashate
whitelist_externals = bash
commands = bash -c "find {toxinidir} -not -wholename \*.tox/\* -and \( -name \*.sh -or -name \*rc -or -name functions\* -or \( -wholename lib/\* -and -not -name \*.md \) \) -print0 | xargs -0 bashate -v"
[testenv:docs]
commands = python setup.py build_sphinx