Drop python 2.7 support and testing

OpenStack is dropping the py2.7 support in ussuri cycle.

python-glanceclient is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: I029d10a2860c5ba371ff9c5df9b7e2c645a7dfbb
This commit is contained in:
Ghanshyam Mann
2019-10-30 06:55:09 +00:00
parent e8c08e0c4d
commit a4465dfc22
4 changed files with 8 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py37,pep8
envlist = py37,pep8
minversion = 2.0
skipsdist = True