Merge "Add explicit functional-py36 tox target"

This commit is contained in:
Zuul 2018-08-08 21:38:08 +00:00 committed by Gerrit Code Review
commit 7d1e00abc3

View File

@ -98,6 +98,13 @@ setenv = {[testenv]setenv}
commands =
{[testenv:functional]commands}
[testenv:functional-py36]
basepython = python3.6
envdir = {toxworkdir}/py36
setenv = {[testenv]setenv}
commands =
{[testenv:functional]commands}
[testenv:api-samples]
envdir = {toxworkdir}/shared
setenv =