tox: Remove basepython

Python 2 is EOL. No environment should be defaulting to it. Our CI
environments certainly aren't.

Change-Id: I7b59edcb2e258b774bc71ad8e9873653d3e0b9a4
This commit is contained in:
likui 2023-08-02 16:49:42 +08:00
parent 2528bf6621
commit 3eca0d8713
1 changed files with 0 additions and 2 deletions

View File

@ -1,11 +1,9 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict=true
[testenv]
usedevelop = True
basepython = python3
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE=1
LANGUAGE=en_US