Specify the version of Python
Not all systems have a binary named "python2" Related-Change: Ie498dca57cf262c8b3e61e210e2f89c6a7d5e0fb Change-Id: If6602979e78d478363a6637390abf95badccfc86
This commit is contained in:
parent
7f085d61e4
commit
34d73033b1
2
tox.ini
2
tox.ini
@ -4,7 +4,7 @@ envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklinks
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python2
|
basepython = python2.7
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user