Merge "Set Python2.7 as basepython for testenv"

This commit is contained in:
Jenkins 2015-05-27 18:45:51 +00:00 committed by Gerrit Code Review
commit 7b57a5580c

View File

@ -15,11 +15,20 @@ install_command = pip install -U {opts} {packages}
usedevelop = True
commands = python setup.py testr --slowest --testr-args='{posargs}'
distribute = false
basepython = python2.7
[testenv:pep8]
commands = flake8
distribute = false
[testenv:py26]
basepython = python2.6
[testenv:py34]
basepython = python3.4
[testenv:venv]
commands = {posargs}