Add tox functional job for py3.9

Change-Id: Ie5b691847de1f78855883fe0e3b715ebe0c79a30
This commit is contained in:
Ghanshyam Mann 2020-11-02 08:45:57 -06:00
parent 75f14ac790
commit dbb17e95ef
1 changed files with 15 additions and 0 deletions

View File

@ -586,6 +586,21 @@
bindep_profile: test py38
python_version: 3.8
- job:
name: openstack-tox-functional-py39
parent: openstack-tox
nodeset: ubuntu-focal
description: |
Run tox-based functional tests for an OpenStack Python project
under cPython version 3.9.
Uses tox with the ``functional-py39`` environment.
irrelevant-files: *common-irrelevant-files
vars:
tox_envlist: functional-py39
bindep_profile: test py39
python_version: 3.9
- job:
name: openstack-tox-validate
parent: openstack-tox