From 2e7a9a40c1468e1c56d9083f88830d7e23623308 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 00:33:20 -0500 Subject: only check the tests folder for tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 878bb13d4..f011b0f61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ zip_ok = false [nosetests] match = ^test -tests = src/pyramid,tests,docs +tests = tests nocapture = 1 [aliases] -- cgit v1.2.3