Exclude locally built python-openzwave from tox. (#1911)

Excludes `build` directory built by running build_python_openzwave script. When running tox test locally.
This commit is contained in:
John Arild Berentsen 2016-04-25 12:06:28 +02:00 committed by Paulus Schoutsen
parent d4fe6f385a
commit 69daa383dd

View File

@ -5,4 +5,4 @@ universal = 1
testpaths = tests testpaths = tests
[flake8] [flake8]
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build