Include tools folder in tox pep8 env

Enable tox to run pep8 against tools directory.

Change-Id: I8ed1836bd969b18d8fe6c64b4c3c0e2d64204009
This commit is contained in:
Luz Cazares 2017-09-29 20:56:05 +00:00
parent c69130af46
commit fba8104512
1 changed files with 1 additions and 1 deletions

View File

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