summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2017-07-06 11:07:02 -0700
committerDavid Lord <davidism@gmail.com>2017-07-06 11:07:02 -0700
commit8261ac0fb74f308d65fe5fc4c6034405ee025036 (patch)
tree8a1ce68cfb033ede71b1f5120959d9db7e784b10 /setup.cfg
parent5ffbf8e5715bb4512b14427ba237b61f484a39c4 (diff)
downloadjinja2-8261ac0fb74f308d65fe5fc4c6034405ee025036.tar.gz
standard test configuration
add branch coverage and codecov
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e56f58c..e9fc0a4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,4 +5,5 @@ universal = 1
license_file = LICENSE
[tool:pytest]
-norecursedirs = .* *.egg *.egg-info env* artwork docs examples venv*
+minversion = 3.0
+testpaths = tests