Add python3.9 CI
Update tox.ini to support python3.9. Change-Id: Ia420c0c8129c3e8d81e11702a536daf02b9e1108
This commit is contained in:
@@ -15,6 +15,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Natural Language :: English
|
Natural Language :: English
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
3
tox.ini
3
tox.ini
@@ -44,6 +44,9 @@ basepython = python3.6
|
|||||||
[testenv:py38]
|
[testenv:py38]
|
||||||
basepython = python3.8
|
basepython = python3.8
|
||||||
|
|
||||||
|
[testenv:py39]
|
||||||
|
basepython = python3.9
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = -r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -b html doc/source doc/build/html
|
commands = sphinx-build -b html doc/source doc/build/html
|
||||||
|
Reference in New Issue
Block a user