Assure git-review works with py37 and py38

Change-Id: I0e7b370348e4a350d4e2fdc11bc57c3746f15267
This commit is contained in:
Sorin Sbarnea 2021-01-13 15:49:58 +00:00
parent 3757503895
commit 4af1703a90
3 changed files with 9 additions and 6 deletions

View File

@ -1,12 +1,13 @@
- project:
templates:
- openstack-python35-jobs-no-constraints
- publish-tox-docs-infra
check:
jobs:
jobs: &jobs
- tox-linters
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36
- tox-py37
- tox-py38
gate:
jobs:
- tox-linters
- tox-py36
jobs: *jobs

View File

@ -7,6 +7,8 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python
Development Status :: 5 - Production/Stable
Environment :: Console

View File

@ -1,5 +1,5 @@
[tox]
envlist = linters,docs,py3{5,6,7}
envlist = linters,docs,py3{5,6,7,8}
ignore_basepython_conflict = true
[testenv]