From df25dec1560828de1a424f8a021320a6ab711b4d Mon Sep 17 00:00:00 2001 From: "huang.zhiping" Date: Wed, 3 Oct 2018 02:06:41 +0000 Subject: [PATCH] fix tox python3 overrides We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: Idd1b13d759cf808d591b82d0793cbe259f97efac --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b3629e8..005e371 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ basepython = python3 commands = sphinx-build -W -b html doc/source doc/build/html [testenv:spelling] +basepython = python3 deps = -r{toxinidir}/requirements.txt sphinxcontrib-spelling