From fbbb3bece571a10d9a52f387bca271de48930480 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 17 Mar 2016 09:16:22 -0500 Subject: [PATCH] Ignore directories we do not want to run tests from --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index e96761b..abde58d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,6 @@ universal=1 [metadata] requires-dist = enum34; python_version<"3.4" + +[pytest] +norecursedirs = .git .* *.egg* old docs dist build