From 28ea6be8dfad186811601c779c1bff2951c4c713 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 11 Apr 2017 16:11:39 +0100 Subject: [PATCH] Set the basepython for the venv tox environment CI uses the venv tox environment to build the documentation. We need to make sure that Python 2 is used until out docs build correctly under Python 3. Change-Id: I1a1d3123f22bf89965eb65e48648aae38cbdd254 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 200c3c1b7..94f2f1348 100644 --- a/tox.ini +++ b/tox.ini @@ -47,6 +47,7 @@ commands = #set PYTHONHASHSEED=0 to prevent wsmeext.sphinxext from randomly failing. [testenv:venv] +basepython = python2.7 setenv = PYTHONHASHSEED=0 commands = {posargs}