Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2016-11-02 21:14:46 +00:00 committed by Gerrit Code Review
commit bf52bfcfe2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'