From e48c24f25198506a9d011be0a7a45b7dcdf6f3c6 Mon Sep 17 00:00:00 2001 From: hparekh Date: Thu, 24 Dec 2015 15:42:20 +0900 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. Change-Id: I8ac26db87a9567c86977ac13c5d2e50da300aca5 Closes-Bug: #1519510 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 645a3ca..64564fa 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,pep8 +envlist = py27,py33,py34,pep8 minversion = 1.6 skipsdist = True