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
This commit is contained in:
Balazs Gibizer 2020-11-02 12:29:03 +01:00
parent c4fb76511f
commit 46947d52b8
2 changed files with 7 additions and 0 deletions

View File

@ -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:

View File

@ -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.