Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2017-01-21 15:07:38 +00:00 committed by Gerrit Code Review
commit e8dc5ce4aa
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ envlist = py35,py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
install_command = pip install {opts} {packages}