Specify the version of Python

Not all systems have a binary named "python2"

Related-Change: Ie498dca57cf262c8b3e61e210e2f89c6a7d5e0fb

Change-Id: If6602979e78d478363a6637390abf95badccfc86
This commit is contained in:
Sean M. Collins 2015-04-14 15:01:05 -04:00
parent 7f085d61e4
commit 34d73033b1
1 changed files with 1 additions and 1 deletions

View File

@ -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