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

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 =