Excludes `build` directory built by running build_python_openzwave script. When running tox test locally.
8 lines
126 B
INI
8 lines
126 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[pytest]
|
|
testpaths = tests
|
|
|
|
[flake8]
|
|
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build
|