add setup.cfg for flake8, pytest, coverage, etc.

master
Justin Riley 2016-08-02 11:44:59 -04:00
parent 2e84626fb8
commit dd8430e548
1 changed files with 11 additions and 0 deletions

11
setup.cfg Normal file
View File

@ -0,0 +1,11 @@
[flake8]
exclude =
.git,
build,
dist
[pytest]
addopts = -v --cov=onedns --cov-report missing-term
[coverage:run]
omit = onedns/tests/*