From 0b8370441a07d2ba12dfecbfd0cc4598cc07bfc7 Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Thu, 3 Nov 2016 13:57:16 +0100 Subject: [PATCH] try to limit test coverage to wetb --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d2a646f..65fc456 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,6 +62,7 @@ packages = #addopts = # --cov wetb --cov-report term-missing # --verbose +python_files = wetb/* [aliases] docs = build_sphinx -- GitLab