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:
Brian Haley 2020-02-18 10:42:56 -05:00
parent 184f629f17
commit 0c84fc2048

View File

@ -5,6 +5,7 @@ skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}