summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 07:56:29 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 07:57:07 +0000
commitea270ed5828a4827389583794858543140803165 (patch)
treedb105dab6fecaddaf4eed3662f874caca946caee /tox.ini
parentff3bb37ae99f31efc7194abfb324cb8507d0722f (diff)
downloadceilometermiddleware-ea270ed5828a4827389583794858543140803165.tar.gz
Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. ceilometermiddleware 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: I48f75b701ecc4eee3134473bc854a0825b705203
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3e59420..13819d0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
-envlist = py27,py37,pypy,pep8,releasenotes
+envlist = py37,pypy,pep8,releasenotes
skipsdist = True
[testenv]