From: Anil Belur Date: Thu, 28 Jan 2021 23:21:02 +0000 (+1000) Subject: Use the default version as python3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F66806%2F1;p=releng%2Fdocs.git Use the default version as python3 Change-Id: I10304f8814aefd3a4d104aeb2d8a657b3b3e9354 Signed-off-by: Anil Belur --- 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]