From 19755257f6e0fa4404475db02c684fa01f9c92d9 Mon Sep 17 00:00:00 2001 From: Curtis Maloney Date: Thu, 25 May 2017 17:33:44 +1000 Subject: [PATCH] Add coverage options to setup.cfg --- setup.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a45eb50..b693232 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [flake8] -exclude = build,.git -; ignore = E123,E128,E402,W503,E731,W601 +exclude = .git max-line-length = 119 [isort] @@ -13,3 +12,7 @@ not_skip = __init__.py [wheel] universal = 1 + +[coverage:run] +branch=yes +source=nap