Add doc to pep8 check_exec
Detect executable files in doc/source. Change-Id: I43894faacdec839cc61bfb7db675f33cbc5d454d
This commit is contained in:
parent
87379d326e
commit
bae574d0c9
2
tox.ini
2
tox.ini
@ -63,7 +63,7 @@ setenv =
|
|||||||
commands =
|
commands =
|
||||||
flake8 {posargs} .
|
flake8 {posargs} .
|
||||||
{toxinidir}/tools/config/check_uptodate.sh
|
{toxinidir}/tools/config/check_uptodate.sh
|
||||||
{toxinidir}/tools/check_exec.py {toxinidir}/cinder {toxinidir}/releasenotes/notes
|
{toxinidir}/tools/check_exec.py {toxinidir}/cinder {toxinidir}/doc/source/ {toxinidir}/releasenotes/notes
|
||||||
|
|
||||||
[testenv:fast8]
|
[testenv:fast8]
|
||||||
# Use same environment directory as pep8 env to save space and install time
|
# Use same environment directory as pep8 env to save space and install time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user