Merge "Make python2.6 tests a noop"

This commit is contained in:
Jenkins 2014-05-08 18:14:50 +00:00 committed by Gerrit Code Review
commit b7527dad4a
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ deps = -r{toxinidir}/requirements.txt
commands=
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py26]
commands =
[testenv:venv]
commands = {posargs}