diff --git a/tox.ini b/tox.ini index be25b241b1a6..8afbac5c23d6 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =