change basepython to 3

Use python3 by default, allowing tox to find the best fit (instead of
specifying 3.5).

Needed-By: I8b93b88bb4123d2913554b08c2284a7972e291f2
Change-Id: I8b93b88bb4123d2913554b08c2284a7972e291f2
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-03-03 14:36:15 -05:00
parent 267904801b
commit 3092b4d51c

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}'