Merge "Enable DeprecationWarning in test environments"
This commit is contained in:
commit
e8dc5ce4aa
1
tox.ini
1
tox.ini
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user