]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Updated setup.cfg for pytest
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 12:34:04 +0000 (13:34 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 12:34:04 +0000 (13:34 +0100)
setup.cfg

index 166423e5a879c47ae92d014021bff5a40361f17c..a24252c05b9df177bec4ebf077f18a6b314778a5 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,5 +7,5 @@ license_file = LICENSE
 [aliases]
 release = egg_info -RDb ''
 
-[pytest]
-norecursedirs = .* *.egg *.egg-info env* artwork docs examples
+[tool:pytest]
+norecursedirs = .* *.egg *.egg-info env* artwork docs examples venv*