tox: Remove basepython

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

Change-Id: Ic9c845a7c7e52d15fba8f353dfc60d2db45e2a9d
This commit is contained in:
likui 2023-08-02 17:01:22 +08:00
parent 11d09bc32f
commit fb03b3ef38
1 changed files with 0 additions and 2 deletions

View File

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