From bae574d0c91ca80be953bbff39ba887e7acbdea9 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 9 Apr 2018 14:38:17 -0400 Subject: [PATCH] Add doc to pep8 check_exec Detect executable files in doc/source. Change-Id: I43894faacdec839cc61bfb7db675f33cbc5d454d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fdb0aaa52ea..ff615969ce1 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ setenv = commands = flake8 {posargs} . {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] # Use same environment directory as pep8 env to save space and install time