Merge "tox: Remove basepython"

This commit is contained in:
Zuul 2023-08-10 22:21:55 +00:00 committed by Gerrit Code Review
commit a83f501ded

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