From f80bb17a19b5570f902934663fdf9d2cafa80ac0 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 29 Jan 2021 09:21:02 +1000 Subject: [PATCH] Use the default version as python3 Change-Id: I10304f8814aefd3a4d104aeb2d8a657b3b3e9354 Signed-off-by: Anil Belur --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c09ab70..b5837b4 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ envlist = skipsdist=true [testenv] +basepython = python3 install_command=python -m pip install --no-cache-dir {opts} {packages} [testenv:check-best-practices] -- 2.16.6