From d305a4f30c2e7e714c453961c19548417d3a2e2b Mon Sep 17 00:00:00 2001 From: Sergey Lavrinenko Date: Fri, 27 Feb 2015 12:02:59 +0300 Subject: [PATCH] setup.cfg pytest section --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 7c964b4..b9173cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [wheel] universal=1 + +[pytest] +norecursedirs = .* {arch} *.egg *.egg-info dist build requirements