Add python37 job
Since we've entered Train and the runtime proposed include py37[1], we need to include it in gate as well as local env. This patch adds the support for the same. [1] https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I00d95069786eab263c788457c35c31ee1d2d1912
This commit is contained in:
parent
ae5f41e776
commit
7a944b91f2
@ -3,6 +3,7 @@
|
|||||||
- openstack-lower-constraints-jobs
|
- openstack-lower-constraints-jobs
|
||||||
- openstack-python-jobs
|
- openstack-python-jobs
|
||||||
- openstack-python36-jobs
|
- openstack-python36-jobs
|
||||||
|
- openstack-python37-jobs-nonvoting
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- periodic-stable-jobs
|
- periodic-stable-jobs
|
||||||
- check-requirements
|
- check-requirements
|
||||||
|
4
tox.ini
4
tox.ini
@ -57,6 +57,10 @@ setenv =
|
|||||||
setenv =
|
setenv =
|
||||||
{[testenv:functional]setenv}
|
{[testenv:functional]setenv}
|
||||||
|
|
||||||
|
[testenv:functional-py37]
|
||||||
|
setenv =
|
||||||
|
{[testenv:functional]setenv}
|
||||||
|
|
||||||
[testenv:api-samples]
|
[testenv:api-samples]
|
||||||
envdir = {toxworkdir}/shared
|
envdir = {toxworkdir}/shared
|
||||||
setenv =
|
setenv =
|
||||||
|
Loading…
Reference in New Issue
Block a user