Do not pin Python version in tox config
We want to use the default for each system. Change-Id: I80e411e11b3b1db990ff91a1cf90c662170dcab6
This commit is contained in:
parent
eeda309bbd
commit
acb1c6b483
2
tox.ini
2
tox.ini
@ -6,7 +6,7 @@ ignore_basepython_conflict=true
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
basepython = python3.8
|
basepython = python3
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
PYTHONDONTWRITEBYTECODE = 1
|
PYTHONDONTWRITEBYTECODE = 1
|
||||||
LANGUAGE=en_US
|
LANGUAGE=en_US
|
||||||
|
Loading…
x
Reference in New Issue
Block a user