Python version updated and fixed.

Change-Id: I1d316d2af52ff6d765d76c091185a36bd508ca8d
This commit is contained in:
Fabio Verboso 2021-01-15 12:22:58 +01:00
parent 8b71ec7e89
commit 6e7ddfaf21
3 changed files with 12 additions and 2 deletions

View File

@ -15,7 +15,9 @@ classifier =
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[entry_points] [entry_points]
console_scripts = console_scripts =

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.3.1 minversion = 2.3.1
envlist = py38,pep8 envlist = py36,py37,py38,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -38,6 +38,12 @@ commands =
commands = commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:py36]
basepython = python3.6
[testenv:py37]
basepython = python3.7
[testenv:py38] [testenv:py38]
basepython = python3.8 basepython = python3.8

View File

@ -1,5 +1,7 @@
- project: - project:
templates: templates:
- openstack-python38-jobs-no-constraints - openstack-python38-jobs-no-constraints
- openstack-python37-jobs-no-constraints
- openstack-python36-jobs-no-constraints
- check-requirements - check-requirements
- publish-to-pypi - publish-to-pypi