allow overide of basepython with TOX_PYTHON env
Change-Id: I3579773b3414c6b6a4a652747de5f7166c9f668a
This commit is contained in:
parent
793c5c362e
commit
209b8ccab1
2
tox.ini
2
tox.ini
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user