summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-25 10:29:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-25 10:29:50 -0500
commit76097f794beeb7a2bf7f18b27a6a3d13e5da1eaa (patch)
tree925fc2919d4b92f26d52d4d9a8a2406b5febcbb2 /setup.cfg
parent1d9a53fdf0f2815403bd27cde016ec388d0522f6 (diff)
parentbcb22ab7ceda678893d8b1b6f1cce52cada7aad2 (diff)
downloadpython-setuptools-git-76097f794beeb7a2bf7f18b27a6a3d13e5da1eaa.tar.gz
Merge inclusion of api_tests.txt.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 74a172a4..5937edd0 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,5 +21,5 @@ formats = gztar zip
universal=1
[pytest]
-addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test
+addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test --doctest-glob=pkg_resources/api_tests.txt
norecursedirs=dist build *.egg