From: Thanh Ha Date: Tue, 27 Aug 2019 18:58:37 +0000 (-0400) Subject: Configure basepython to python3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=69caa7fe34400785292f1d8d927201cbbd28ad49;p=ansible%2Froles%2Fjava-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: I89cd4126a86b0c62a72f482575f75a77393f2d2c --- diff --git a/tox.ini b/tox.ini index 0bb5015..130334a 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ commands = ./molecule.sh [testenv:pre-commit] +basepython = python3 deps = pre-commit commands = pre-commit install --hook-type commit-msg