Merge "Make sure that tox uses python2 by default"

This commit is contained in:
Jenkins
2014-10-28 07:54:18 +00:00
committed by Gerrit Code Review

View File

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