Add py39 testing

Change-Id: Ibb95317f3e49d8fd2423efbe797c02ad9f4f9896
This commit is contained in:
Sorin Sbarnea 2021-03-16 13:14:03 +00:00
parent 2cfaa481b3
commit 701604f7d3
3 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,8 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.1
skipsdist = True
envlist = py37,pep8
envlist = py,pep8
[testenv]
usedevelop = True

View File

@ -5,11 +5,13 @@
- openstack-python3-wallaby-jobs
check:
jobs: &cjobs
- openstack-tox-py39
- tripleo-buildimage-overcloud-full-centos-8:
dependencies: &deps_unit_lint_cprovider
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py38
- openstack-tox-py39
- tripleo-build-containers-ubi-8:
dependencies: *deps_unit_lint_cprovider
gate: