Configure basepython to python3 94/16694/1
authorThanh Ha <zxiiro@gmail.com>
Tue, 27 Aug 2019 18:54:53 +0000 (14:54 -0400)
committerThanh Ha <zxiiro@gmail.com>
Tue, 27 Aug 2019 18:54:53 +0000 (14:54 -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: I2adfd5d40963da8b8c720768398ef73cc84cfdbb

tox.ini

diff --git a/tox.ini b/tox.ini
index 0bb5015..130334a 100644 (file)
--- 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