Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2017-01-23 17:19:30 +00:00 committed by Gerrit Code Review
commit f9b150086d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ install_command =
whitelist_externals = find
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =