Merge "Renamed tox targets for functional with python3"

This commit is contained in:
Jenkins 2017-05-25 02:20:14 +00:00 committed by Gerrit Code Review
commit 09abc4a4ec
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ deps =
{[testenv]deps}
-r{toxinidir}/neutron/tests/functional/requirements.txt
[testenv:functional-py35]
[testenv:functional-python35]
basepython = python3.5
setenv = {[testenv:functional]setenv}
deps =
@ -58,7 +58,7 @@ commands =
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
{toxinidir}/tools/ostestr_compat_shim.sh {posargs}
[testenv:dsvm-functional-py35]
[testenv:dsvm-functional-python35]
basepython = python3.5
setenv = {[testenv:dsvm-functional]setenv}
deps =