Configure basepython to python3 98/16698/1
authorThanh Ha <zxiiro@gmail.com>
Tue, 27 Aug 2019 19:01:15 +0000 (15:01 -0400)
committerThanh Ha <zxiiro@gmail.com>
Tue, 27 Aug 2019 19:01:15 +0000 (15:01 -0400)
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 <zxiiro@gmail.com>
Change-Id: Ib76587d0f23681ef1fcc7f53adb0a96203d738ab

tox.ini

diff --git a/tox.ini b/tox.ini
index 3b6c713..c486b78 100644 (file)
--- 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