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}
|
install_command = pip install -U {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
# launchpadlib 0.0.1.dev533 requires lazr.restfulclient, which is
|
basepython = python3
|
||||||
# py2-only (as of lazr.restfulclient 0.13.1)
|
|
||||||
basepython = python2.7
|
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
python setup.py testr --coverage --testr-args='{posargs}'
|
python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
|||||||
Reference in New Issue
Block a user