From 8605d57d89a9b8dc41e8a0cabd77f28e063745c5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 27 Aug 2019 15:22:03 -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. Change-Id: Id16cc042dab5c1673ec630efe738612f8d056622 Signed-off-by: Thanh Ha --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 1e64b83267..6a44828918 100644 --- a/tox.ini +++ b/tox.ini @@ -16,11 +16,13 @@ commands = coala --non-interactive [testenv:docs] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -W -n -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:pre-commit] +basepython = python3 deps = pre-commit commands = pre-commit install -- 2.36.6