From 178840601228934f07b0e956ac070e4ef3312f7f Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Thu, 1 Dec 2022 16:16:37 +0100 Subject: [PATCH] [stable/1.6 only] Setting default interpreter for tox docs env to generic Python3 Signed-off-by: Jiri Podivin Change-Id: I8dedc843dfebb6a89701aac7cf03948dc125d079 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 57cce86..4f7650f 100644 --- a/tox.ini +++ b/tox.ini @@ -157,6 +157,7 @@ commands = coverage report --show-missing [testenv:docs] +basepython = python3 deps = -c {env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train} -r {toxinidir}/doc/requirements.txt