allow overide of basepython with TOX_PYTHON env

Change-Id: I3579773b3414c6b6a4a652747de5f7166c9f668a
This commit is contained in:
Maurice Escher 2023-02-23 13:12:31 +01:00
parent 793c5c362e
commit 209b8ccab1
No known key found for this signature in database
GPG Key ID: CC56DEC23EE46750

View File

@ -7,7 +7,7 @@ envlist = py3,pep8
ignore_basepython_conflict = true
[testenv]
basepython = python3
basepython = {env:TOX_PYTHON:python3}
usedevelop = true
setenv =
VIRTUAL_ENV={envdir}