Move docs linting to pep8
pep8 is our linting target, move linting runs to it. Change-Id: I68f619f21b3df4e73bdb206754bf4449464007bb
This commit is contained in:
parent
3e241f33da
commit
88a34966d7
7
tox.ini
7
tox.ini
@ -13,14 +13,15 @@ deps =
|
|||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
stestr run --slowest {posargs}
|
stestr run --slowest {posargs}
|
||||||
sphinx-build -b doctest doc/source doc/build
|
|
||||||
doc8 --ignore-path "doc/source/history.rst" doc/source
|
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper {posargs}
|
commands = oslo_debug_helper {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands =
|
||||||
|
flake8
|
||||||
|
sphinx-build -b doctest doc/source doc/build
|
||||||
|
doc8 --ignore-path "doc/source/history.rst" doc/source
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user