Set basepython in tox.ini to python3
Otherwise it could try and use python2 which will fail. Change-Id: Ie8ebd7088ebdcc2e69131935700b0ae3db389b8e
This commit is contained in:
parent
184f629f17
commit
0c84fc2048
1
tox.ini
1
tox.ini
@ -5,6 +5,7 @@ skipsdist = True
|
|||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user