From 2e7a9a40c1468e1c56d9083f88830d7e23623308 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 15 Oct 2018 08:14:58 +0200
Subject: [PATCH] only check the tests folder for tests

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

diff --git a/setup.cfg b/setup.cfg
index 878bb13..f011b0f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@
 
 [nosetests]
 match = ^test
-tests = src/pyramid,tests,docs
+tests = tests
 nocapture = 1
 
 [aliases]

--
Gitblit v1.9.3