Merge "Updating python testing classifier as per Yoga testing runtime"

This commit is contained in:
Zuul 2022-05-08 09:20:04 +00:00 committed by Gerrit Code Review
commit ba060b277d
2 changed files with 5 additions and 3 deletions

View File

@ -18,7 +18,9 @@ classifier =
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
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
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist =py36,py38, pep8,pylint,docs envlist =py39,py38, pep8,pylint,docs
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -35,8 +35,8 @@ commands = {posargs}
commands = commands =
sphinx-build -W -b html doc/source doc/build/html sphinx-build -W -b html doc/source doc/build/html
[testenv:py36] [testenv:py39]
basepython = python3.6 basepython = python3.9
[testenv:py38] [testenv:py38]
basepython = python3.8 basepython = python3.8