Drop py3.5 from tempest plugins

As per the community goal drop python2.7 [1], tempest is dropping
py3.5 and asked to drop from its plugins too.

[1]lists.openstack.org/pipermail/openstack-discuss/2020-February/012310.html

Change-Id: I40d40c58a77c58533da543d59cdb4549a1d20d45
This commit is contained in:
Vishakha Agarwal 2020-02-05 11:29:25 +05:30
parent 874e450b31
commit 47244edbc5
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ 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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py35,py36,pypy,pep8
envlist = py36,pypy,pep8
skipsdist = True
ignore_basepython_conflict = True