From d466190cefc00cf4cd925fa123227c1216820cea Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Mon, 1 Oct 2018 10:43:02 +0200 Subject: [PATCH] Use python3 for documentation builds Pecanwsme 0.9 supports python3, so there is no reason to use python2 anymore. Change-Id: Ib69afa4968af4db7a7e70e21acdb9d636694b306 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a2f96f7f..fcff4c98 100644 --- a/tox.ini +++ b/tox.ini @@ -48,8 +48,7 @@ basepython = python3 commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/cloudkitty.conf [testenv:docs] -# TODO: switch back to python3 after removing wsme from the api -basepython = python2 +basepython = python3 commands = python setup.py build_sphinx [testenv:venv]