From f9da0b676f29444b7d3628d0340b081fb02d4aa2 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 15 Oct 2018 06:46:11 +0200
Subject: [PATCH] fix tests to run from the tests folder

---
 setup.cfg |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index cb74bd2..59f2f9a 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]

--
Gitblit v1.9.3