Merge "Stop excluding functionaltests directory in pep8 check"

This commit is contained in:
Jenkins 2017-07-21 05:07:58 +00:00 committed by Gerrit Code Review
commit fdfa516a67
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ commands =
[flake8]
exclude = .git,.idea,.tox,bin,dist,debian,rpmbuild,tools,*.egg-info,*.eggs,contrib,
functionaltests,*docs/target,*.egg,build
*docs/target,*.egg,build
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt