From 5d3fb63eaae6b53c56d83e55083410fc2e1f9a3b Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Fri, 31 Oct 2014 08:35:20 +0100 Subject: [PATCH] Make sure that tox uses python2 by default Our documentation tools are not python3 compatible, so make sure that tox creates python2 virtual environments during tests. Change-Id: I86f160fb952ebce8abbac166fe43aae0e7d57005 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fea50f7b..86002137 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklinks skipsdist = True [testenv] +basepython = python2 setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt