Add build dir to flake8 exclude list

The `build` directory is generated from command `python setup.py install`,
we need to add that to flake8 exclude list in case pep8 test fails.

Change-Id: I3906ac973a9c1f73d1917c0bd0bc3bd81199a31f
This commit is contained in:
Jeremy Liu 2016-12-23 18:01:04 +08:00
parent a27d201c05
commit 7e7a52d5cd

View File

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