Change Python2 to Python2.7

"Python2" is not a binary installed on all systems.

Change-Id: Ie498dca57cf262c8b3e61e210e2f89c6a7d5e0fb
This commit is contained in:
Sean M. Collins 2015-01-06 13:54:07 -08:00
parent 203d8802d5
commit 82aed2c350

View File

@ -4,7 +4,7 @@ envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklang,checklin
skipsdist = True
[testenv]
basepython = python2
basepython=python2.7
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt