tox: use python2.7 for deprecations

This commit is contained in:
Brian Warner 2016-03-27 12:05:18 -07:00
parent 8970c640df
commit 0cc48878e0

View File

@ -13,6 +13,7 @@ commands =
trial --rterrors {posargs:allmydata} trial --rterrors {posargs:allmydata}
[testenv:deprecations] [testenv:deprecations]
basepython=python2.7
passenv = USERPROFILE HOMEDRIVE HOMEPATH passenv = USERPROFILE HOMEDRIVE HOMEPATH
setenv = setenv =
PYTHONWARNINGS=default::DeprecationWarnings PYTHONWARNINGS=default::DeprecationWarnings