summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-02-09 16:15:41 +0100
committerGuido Günther <agx@sigxcpu.org>2012-02-09 16:21:00 +0100
commit44814b7c0891c69a1899188be086e2ca31de2a10 (patch)
treef8ee71428ae11fee11e840e724af93549be18bfb /setup.cfg
parentd279757c3fe0776d110ff73e77b14c9846e61927 (diff)
Include missing doctests in generated API docs
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 623dbdcd..9bf7f5f6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,4 +12,4 @@ sourcecode = no
url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
target = build/apidocs/
fail-on = docstring_warning
-modules = gbp, tests/test_Git*.py
+modules = gbp, tests/test_*.py