From 2b5d7f1333ff860bc9210ab3ad9ab2791db12bc2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 27 Sep 2014 14:56:52 -0400 Subject: Move doctest directive and ignores to setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 7f5fc796..74a172a4 100755 --- a/setup.cfg +++ b/setup.cfg @@ -21,5 +21,5 @@ formats = gztar zip universal=1 [pytest] -addopts=--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 norecursedirs=dist build *.egg -- cgit v1.2.3