Add openstack-tox-functional-py38 job

Change-Id: Ib369af65cd446ff6c7daca983cc52f6b4aa4b823
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-04-15 12:52:05 -05:00
parent 3e81a5e1fa
commit 8ab3345e4d
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 15 additions and 0 deletions

View File

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