Add a tox job for generating docs

Add a tox job to make it easier for developers to generate their
own docs before submitting a patch.

Change-Id: Iab7ff03120675ade8a3e6e6f7b7839be1f58d40c
This commit is contained in:
Steve Martinelli
2014-07-24 18:11:21 -04:00
parent e0591432fc
commit 8da544dd26

View File

@@ -24,6 +24,10 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
commands=
python setup.py build_sphinx
[tox:jenkins]
downloadcache = ~/cache/pip