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:
Riccardo Pittau 2020-12-14 09:51:01 +01:00
parent eeda309bbd
commit acb1c6b483
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ignore_basepython_conflict=true
[testenv]
usedevelop = True
basepython = python3.8
basepython = python3
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US