From 34d73033b1d1188da147b2a0e4a4fded3f0a133a Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Tue, 14 Apr 2015 15:01:05 -0400 Subject: [PATCH] Specify the version of Python Not all systems have a binary named "python2" Related-Change: Ie498dca57cf262c8b3e61e210e2f89c6a7d5e0fb Change-Id: If6602979e78d478363a6637390abf95badccfc86 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 154237794..b48e5493f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklinks skipsdist = True [testenv] -basepython = python2 +basepython = python2.7 setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt