Set PYTHONWARNINGS=all when testing

fix_request_path_info
Jerome Leclanche 2017-06-01 11:33:30 +03:00
parent 87979a6660
commit 2b4aeaec78
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ envlist =
docs
[testenv]
setenv =
PYTHONWARNINGS = all
deps =
coverage == 3.6
django18: Django >= 1.8, < 1.9