Merge "Add functional-py3[89] tox targets"

This commit is contained in:
Zuul 2021-02-02 21:02:48 +00:00 committed by Gerrit Code Review
commit 120069638c
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.