From e222150abdec220dddd583ba90b787e64af8e839 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 30 Sep 2018 11:23:45 +0200 Subject: [PATCH] Switch to python3 in tox.ini We build everything with python3 now, update tox.ini for this. Change-Id: I4b03ee2dd201b486ba357cdcde3e0992e107754d --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 601a6c00d..7ca32075c 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = linters,checkbuild skipsdist = True [testenv] -basepython = python2.7 +basepython = python3 setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt @@ -23,6 +23,7 @@ commands = doc8 api-quick-start [testenv:checkbuild] +basepython = python2 commands = # Build and copy RST Guides {toxinidir}/tools/build-all-rst.sh