From f9da0b676f29444b7d3628d0340b081fb02d4aa2 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2018 23:17:20 -0500 Subject: fix tests to run from the tests folder --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index cb74bd24c..59f2f9a2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,9 +2,9 @@ zip_ok = false [nosetests] -match=^test -where=pyramid -nocapture=1 +match = ^test +tests = src/pyramid,tests,docs +nocapture = 1 [aliases] dev = develop easy_install pyramid[testing] -- cgit v1.2.3