summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-25 10:27:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-25 10:27:47 -0500
commitbcb22ab7ceda678893d8b1b6f1cce52cada7aad2 (patch)
treebeb007e3fc91ec6f4a7dc552fa66fe75781537ff
parent21f753919f89bd6c7f3333a6b15f0d5515ecde64 (diff)
downloadpython-setuptools-git-bcb22ab7ceda678893d8b1b6f1cce52cada7aad2.tar.gz
Include api_tests.txt in pytest invocation. Ref #312. Ref #311.
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 74a172a4..24dd949d 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=tests/api_tests.txt
norecursedirs=dist build *.egg