aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-07-20 13:56:23 -0700
committerDavid Lord <davidism@gmail.com>2019-07-20 13:56:23 -0700
commit6661be089909dc1622f773ac7479700a90c7b271 (patch)
tree2d66ea8d8fcba4ce4a375f7a03450ab201b73031 /tox.ini
parentc61b366c02de34da90695ff57592d3fda90ac207 (diff)
downloadjinja-6661be089909dc1622f773ac7479700a90c7b271.tar.gz
warnings are errors during tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b4e3afdc..8932304a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ skip_missing_interpreters = true
deps =
coverage
pytest
-commands = coverage run -p -m pytest --tb=short --basetemp={envtmpdir} {posargs}
+commands = coverage run -p -m pytest --tb=short -Werror --basetemp={envtmpdir} {posargs}
[testenv:docs-html]
deps =