]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Actually don't run doctests
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 22 Mar 2015 13:36:12 +0000 (14:36 +0100)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 22 Mar 2015 13:36:42 +0000 (14:36 +0100)
setup.cfg

index 573a4ee0db6f0805a1aac4a774c6c2caafba71da..058cdfc1c68e178a7eebd3f0286bdbc1ea7a903d 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,5 +5,4 @@ universal = 1
 release = egg_info -RDb ''
 
 [pytest]
-norecursedirs = .* *.egg *.egg-info env* artwork docs examples ext scripts
-addopts = --doctest-modules --ignore=setup.py
+norecursedirs = .* *.egg *.egg-info env* artwork docs examples