Add docs environement to testing interface

As per the governance resolution https://review.openstack.org/119875

Change-Id: I3885e3684eef748831d97718bf41958be3a7d4fd
This commit is contained in:
Terry Howe 2014-09-09 16:50:35 -06:00
parent 3d754a1a4c
commit 60bca52009
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
# H404 is a docstring rule that is not followed at this time, but
# feel free to fix