Include tools folder in tox pep8 env
Enable tox to run pep8 against tools directory. Change-Id: I8ed1836bd969b18d8fe6c64b4c3c0e2d64204009
This commit is contained in:
parent
c69130af46
commit
fba8104512
2
tox.ini
2
tox.ini
@ -72,7 +72,7 @@ commands = python setup.py build_sphinx {posargs}
|
||||
ignore = E125,H404
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
|
||||
[testenv:pip-check-reqs]
|
||||
# Do not install test-requirements as that will pollute the virtualenv for
|
||||
|
Loading…
x
Reference in New Issue
Block a user