Merge "Add fullstack-python35 testenv in tox.ini"
This commit is contained in:
commit
f0aaffc2f3
@ -50,7 +50,7 @@ function load_rc_for_rally {
|
||||
|
||||
|
||||
case $VENV in
|
||||
"dsvm-functional"|"dsvm-fullstack"|"dsvm-functional-python35")
|
||||
"dsvm-functional"|"dsvm-fullstack"|"dsvm-functional-python35"|"dsvm-fullstack-python35")
|
||||
# The following need to be set before sourcing
|
||||
# configure_for_func_testing.
|
||||
GATE_STACK_USER=stack
|
||||
|
9
tox.ini
9
tox.ini
@ -81,6 +81,15 @@ commands =
|
||||
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
|
||||
{[testenv]commands}
|
||||
|
||||
[testenv:dsvm-fullstack-python35]
|
||||
basepython = python3.5
|
||||
setenv = {[testenv:dsvm-fullstack]setenv}
|
||||
deps =
|
||||
{[testenv:dsvm-fullstack]deps}
|
||||
commands =
|
||||
{[testenv:dsvm-fullstack]commands}
|
||||
|
||||
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user