From ca93ccb43ef9737992d2032d53eb1b17b7332de9 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 20 Dec 2013 17:04:38 +0100 Subject: Run nosetest on executables too They're all well behaved and this allows us to use doctests in them --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 42fbe8e..da16b16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ with-xcoverage=1 with-xunit=1 cover-package=gbp cover-erase=1 +exe=1 #cover-html=1 #cover-html-dir=build/cover/ cover-min-percentage=68 -- cgit v1.2.3