From 9d5ceab122fdd0c4f48cbebd6dc2ce22a02d5d6a Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Wed, 26 Nov 2014 10:20:49 +0100 Subject: [PATCH] Drop py26 support As per discussions happening upstream and as announced here: http://lists.openstack.org/pipermail/openstack-dev/2014-November/051551.html Change-Id: Ifa089d5d9deff051fb3b7053135819183e800908 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4f086570..5baf9e9e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,py34,pep8 +envlist = py27,py33,py34,pep8 skipsdist = True [testenv]