Merge "tox: run doc8 in pep8"
This commit is contained in:
commit
e612283ec1
@ -120,7 +120,8 @@ Network tab
|
|||||||
* :guilabel:`Security Groups`: View, create, edit, and delete security
|
* :guilabel:`Security Groups`: View, create, edit, and delete security
|
||||||
groups and security group rules..
|
groups and security group rules..
|
||||||
|
|
||||||
* :guilabel:`Floating IPs`: Allocate an IP address to or release it from a project.
|
* :guilabel:`Floating IPs`: Allocate an IP address to or release it
|
||||||
|
from a project.
|
||||||
|
|
||||||
Object Store tab
|
Object Store tab
|
||||||
----------------
|
----------------
|
||||||
|
1
tox.ini
1
tox.ini
@ -69,6 +69,7 @@ commands =
|
|||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
{envpython} {toxinidir}/manage.py extract_messages --verbosity 0 --check-only
|
{envpython} {toxinidir}/manage.py extract_messages --verbosity 0 --check-only
|
||||||
bash {toxinidir}/tools/find_executables.sh
|
bash {toxinidir}/tools/find_executables.sh
|
||||||
|
doc8 doc/source releasenotes/source releasenotes/notes
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user