Merge "Add explicit functional-py36 tox target"
This commit is contained in:
commit
7d1e00abc3
7
tox.ini
7
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user