summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-17 16:36:04 +0000
committerGerrit Code Review <review@openstack.org>2018-12-17 16:36:04 +0000
commit2cf77492ff2a0c64299747873b42dae4b331dee5 (patch)
treefb37efad67fee09901026ee19d0660e2115ab877 /tox.ini
parenteb0efcf6818829ae184b542f2b5f764926cd2966 (diff)
parent2ea552e019bd427b5b1709160a6ed7da9dd23fbd (diff)
downloadnova-2cf77492ff2a0c64299747873b42dae4b331dee5.tar.gz
Merge "Add python 3.7 unit and functional tox jobs"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0c32d3b97e..9921284454 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =