Merge "Make sure that tox uses python2 by default"

This commit is contained in:
Jenkins 2014-11-02 18:26:39 +00:00 committed by Gerrit Code Review
commit 4e5fcac0f4

View File

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