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: I01ccba80ee97121d7e773a20df4d344ea18e89eb
./molecule.sh
[testenv:pre-commit]
+basepython = python3
deps = pre-commit
commands =
pre-commit install --hook-type commit-msg