From 794ee5ae8af180b1f4a9bbf51c8a31b2a57dc83d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 27 Aug 2019 15:02:48 -0400 Subject: [PATCH] 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: I01ccba80ee97121d7e773a20df4d344ea18e89eb --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6