From aba40f9fdb46dcbe1e785a2e7c70f3c855d679ab Mon Sep 17 00:00:00 2001 From: shu-mutou Date: Wed, 2 Dec 2015 16:54:06 +0900 Subject: 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. Change-Id: I50eff4ea33358791cc4f139b3b369489c38f7e5c Closes-Bug: 1519510 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b016552..0d8cd71 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py33,py26,py27,pep8 +envlist = py34,py33,py27,pep8 minversion = 1.6 skipsdist = True -- cgit v1.2.1