Merge "Add fullstack-python35 testenv in tox.ini"

This commit is contained in:
Jenkins 2017-06-29 21:20:34 +00:00 committed by Gerrit Code Review
commit f0aaffc2f3
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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