From: Thanh Ha Date: Tue, 27 Aug 2019 18:52:12 +0000 (-0400) Subject: Configure basepython to python3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F16693%2F1;p=ansible%2Froles%2Fdocker-install.git Configure basepython to python3 More and more libraries that we are pulling in require Python 3 so to avoid having to play the pin dependencies whack-a-mole game let's bump or base python where possible to python3. Signed-off-by: Thanh Ha Change-Id: I489240d6d6703c53124ddc90d60af0172a7c6de9 --- diff --git a/tox.ini b/tox.ini index 3b6c713..c486b78 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ commands = ./molecule.sh [testenv:pre-commit] +basepython = python3 deps = pre-commit commands = pre-commit install --hook-type commit-msg