Set PYTHONWARNINGS=all when testing

This commit is contained in:
Jerome Leclanche
2017-06-01 11:33:30 +03:00
parent 87979a6660
commit 2b4aeaec78
+2
View File
@@ -7,6 +7,8 @@ envlist =
docs
[testenv]
setenv =
PYTHONWARNINGS = all
deps =
coverage == 3.6
django18: Django >= 1.8, < 1.9