Merge "Add doc8 to tox environment docs"
This commit is contained in:
commit
720af896c8
@ -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
|
||||||
|
1
tox.ini
1
tox.ini
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user