From 32397cbd66bc7573e227cb49da1039f137c5f545 Mon Sep 17 00:00:00 2001 From: ricolin Date: Wed, 2 Dec 2015 15:17:05 +0800 Subject: [PATCH] Remove py26 support As of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Closes-Bug: 1519510 Change-Id: I680043c48c75a50b3ef8eed4f22e97dca029c477 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3c476781..5dbe0ce5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pypy,py34,py27,py26,pep8 +envlist = pypy,py34,py27,pep8 minversion = 1.6 skipsdist = True