Merge "change basepython to 3"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user