Merge "tox: run doc8 in pep8"

This commit is contained in:
Zuul 2018-01-07 13:51:58 +00:00 committed by Gerrit Code Review
commit e612283ec1
2 changed files with 3 additions and 1 deletions

View File

@ -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
---------------- ----------------

View File

@ -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 =