summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJose Eduardo <jose.eduardo.gd@gmail.com>2019-07-19 16:22:22 +0100
committerJose Eduardo <jose.eduardo.gd@gmail.com>2019-07-19 16:22:22 +0100
commit91bf24dd1610d5f6ac5d4867457f0703046017d2 (patch)
treeedd6e2a48c1b71f2c85a51bfa2d11d029eeb7f37 /tox.ini
parent40358ac82b948ea8377d5ca32b576def31b39a84 (diff)
downloadisodate-91bf24dd1610d5f6ac5d4867457f0703046017d2.tar.gz
Raise warnings produced by isodate as errors during tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 16616ab..29d7b0a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,8 @@ envlist = py27,py34,py35,py36,pypy,pypy3,flake,cover
[testenv]
deps =
+setenv =
+ PYTHONWARNINGS = default
commands =
{envpython} setup.py test