Merge "Add functional-py3[89] tox targets"
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
- openstack-tox-functional-py36
|
- openstack-tox-functional-py36
|
||||||
- openstack-tox-functional-py37
|
- openstack-tox-functional-py37
|
||||||
- openstack-tox-functional-py38
|
- openstack-tox-functional-py38
|
||||||
|
- openstack-tox-functional-py39:
|
||||||
|
voting: false
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
- placement-nova-tox-functional-py38
|
- placement-nova-tox-functional-py38
|
||||||
- placement-nested-perfload:
|
- placement-nested-perfload:
|
||||||
|
5
tox.ini
5
tox.ini
@@ -54,6 +54,11 @@ envdir = {toxworkdir}/py38
|
|||||||
commands =
|
commands =
|
||||||
{[testenv:functional]commands}
|
{[testenv:functional]commands}
|
||||||
|
|
||||||
|
[testenv:functional-py39]
|
||||||
|
envdir = {toxworkdir}/py39
|
||||||
|
commands =
|
||||||
|
{[testenv:functional]commands}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
description =
|
description =
|
||||||
Run style checks.
|
Run style checks.
|
||||||
|
Reference in New Issue
Block a user