Merge "change basepython to 3"

This commit is contained in:
Jenkins
2017-03-13 12:26:09 +00:00
committed by Gerrit Code Review

View File

@@ -9,9 +9,7 @@ passenv=ZUUL_CACHE_DIR
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
# launchpadlib 0.0.1.dev533 requires lazr.restfulclient, which is
# py2-only (as of lazr.restfulclient 0.13.1)
basepython = python2.7
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --coverage --testr-args='{posargs}'