Merge "Include tools folder in tox pep8 env"

This commit is contained in:
Jenkins 2017-10-06 22:00:59 +00:00 committed by Gerrit Code Review
commit 5f94bbe0d8
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ ignore = E125,H404
enable-extensions = H203
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