From 93b8f98fac118a129fe5e3e865dd84fe1d46a594 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 21 Aug 2018 10:59:38 +1000 Subject: [PATCH] Move tox basepython to top-level Currently we're building docs with python 2. It works fine with python3, so move the basepython override up to the top level so we're all-python3-all-the-time. Change-Id: I2c49a0b8bcda72385a9594f40a6b9db10403d688 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index afe01340b9..5dd7336b45 100644 --- a/tox.ini +++ b/tox.ini @@ -4,12 +4,12 @@ envlist = linters skipsdist = True [testenv] +basepython = python3 usedevelop = True install_command = pip install {opts} {packages} deps = -r{toxinidir}/test-requirements.txt [testenv:linters] -basepython = python3 whitelist_externals = bash commands = flake8