Python version updated and fixed.
Change-Id: I1d316d2af52ff6d765d76c091185a36bd508ca8d
This commit is contained in:
parent
8b71ec7e89
commit
6e7ddfaf21
@ -15,7 +15,9 @@ classifier =
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
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]
|
||||
console_scripts =
|
||||
|
8
tox.ini
8
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 2.3.1
|
||||
envlist = py38,pep8
|
||||
envlist = py36,py37,py38,pep8
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
@ -38,6 +38,12 @@ commands =
|
||||
commands =
|
||||
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]
|
||||
basepython = python3.8
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python38-jobs-no-constraints
|
||||
- openstack-python37-jobs-no-constraints
|
||||
- openstack-python36-jobs-no-constraints
|
||||
- check-requirements
|
||||
- publish-to-pypi
|
||||
|
Loading…
Reference in New Issue
Block a user