Merge "Add doc8 to tox environment docs"

This commit is contained in:
Jenkins 2014-09-02 17:07:02 +00:00 committed by Gerrit Code Review
commit 720af896c8
4 changed files with 8 additions and 6 deletions

@ -1,4 +1,4 @@
Style Commandments Style Commandments
=============================================== ==================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

@ -2,6 +2,7 @@ hacking>=0.9.2,<0.10
coverage>=3.6 coverage>=3.6
discover discover
doc8
fixtures>=0.3.14 fixtures>=0.3.14
MySQL-python MySQL-python
psycopg2 psycopg2

@ -35,6 +35,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs] [testenv:docs]
commands = commands =
doc8 -e .rst CONTRIBUTING.rst HACKING.rst README.rst doc/source
python setup.py build_sphinx python setup.py build_sphinx
[flake8] [flake8]