Add docs environment to tox.ini

As per the governance resolution https://review.openstack.org/119875,
projects should have a docs environment in their tox.ini testing
interface. Add one.

Change-Id: I634bf09225d3a582efbbd8302e3a005aeb335001
This commit is contained in:
Monty Taylor 2014-09-08 13:51:10 -07:00
parent 33c4b02e76
commit 6aed8d11db
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ commands = {posargs}
ignore = H233,H302,H304
builtins = _
exclude = .idea,.tox,docs,.git
[testenv:docs]
commands = python setup.py build_sphinx