Merge "Add python 3.7 unit and functional tox jobs"
This commit is contained in:
@@ -52,6 +52,12 @@ basepython = python3.6
|
||||
commands =
|
||||
{[testenv:py35]commands}
|
||||
|
||||
[testenv:py37]
|
||||
# TODO(efried): Remove this once https://github.com/tox-dev/tox/issues/425 is fixed.
|
||||
basepython = python3.7
|
||||
commands =
|
||||
{[testenv:py35]commands}
|
||||
|
||||
[testenv:pep8]
|
||||
description =
|
||||
Run style checks.
|
||||
@@ -119,6 +125,13 @@ deps = {[testenv:functional]deps}
|
||||
commands =
|
||||
{[testenv:functional]commands}
|
||||
|
||||
[testenv:functional-py37]
|
||||
basepython = python3.7
|
||||
envdir = {toxworkdir}/py37
|
||||
setenv = {[testenv]setenv}
|
||||
commands =
|
||||
{[testenv:functional]commands}
|
||||
|
||||
[testenv:api-samples]
|
||||
envdir = {toxworkdir}/shared
|
||||
setenv =
|
||||
|
||||
Reference in New Issue
Block a user