From 46947d52b80598b9c3afbc7a1c60e38de0363c08 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 2 Nov 2020 12:29:03 +0100 Subject: [PATCH] Add functional-py3[89] tox targets This also adds a non voting functional-py39 job Depends-On: https://review.opendev.org/760932 Change-Id: I5557535967a721037731c6108acee4c6f5582bbc --- .zuul.yaml | 2 ++ tox.ini | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 9f7ac2338..4f629cd09 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -18,6 +18,8 @@ - openstack-tox-functional-py36 - openstack-tox-functional-py37 - openstack-tox-functional-py38 + - openstack-tox-functional-py39: + voting: false - openstack-tox-pep8 - placement-nova-tox-functional-py38 - placement-nested-perfload: diff --git a/tox.ini b/tox.ini index 71e9fbce4..0949e2db4 100644 --- a/tox.ini +++ b/tox.ini @@ -54,6 +54,11 @@ envdir = {toxworkdir}/py38 commands = {[testenv:functional]commands} +[testenv:functional-py39] +envdir = {toxworkdir}/py39 +commands = + {[testenv:functional]commands} + [testenv:pep8] description = Run style checks.