From 69daa383dde2d1a2fd3a7ce1b967ee3aa7d4f17a Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Mon, 25 Apr 2016 12:06:28 +0200 Subject: [PATCH] Exclude locally built python-openzwave from tox. (#1911) Excludes `build` directory built by running build_python_openzwave script. When running tox test locally. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2333efe6e70..743c442be5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,4 +5,4 @@ universal = 1 testpaths = tests [flake8] -exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps +exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build