summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-16 07:56:55 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-16 07:56:55 -0400
commit68dd639c91b8ff263f53bd303a766f30399820d7 (patch)
treeb28b19f41575793c1d3570a0ac8eac65fb216c89
parentf29e0692c4e4cbfccda2cc2df48a14e09f54a2ca (diff)
downloadpython-setuptools-git-68dd639c91b8ff263f53bd303a766f30399820d7.tar.gz
Bypass dist/build/egg dirs when running tests
-rwxr-xr-xsetup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index eb63264c..7f5fc796 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,3 +22,4 @@ universal=1
[pytest]
addopts=--ignore tests/manual_test.py --ignore tests/shlib_test
+norecursedirs=dist build *.egg