Merge "Add python 3.7 unit and functional tox jobs"

This commit is contained in:
Zuul
2018-12-17 16:36:04 +00:00
committed by Gerrit Code Review
5 changed files with 19 additions and 5 deletions
+13
View File
@@ -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 =