mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
tox: use python2.7 for deprecations
This commit is contained in:
parent
8970c640df
commit
0cc48878e0
1
tox.ini
1
tox.ini
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user