From 8adc0caca37afa240b1df2aa9f52bebbff594016 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 25 Nov 2014 17:07:40 +0100 Subject: [PATCH] Remove py26 from tox Sahara does not support Python 2.6 anymore starting Kilo, it's not even mentionned in the classifiers. Remove the tox target too as it's now useless. Change-Id: I4a94bc696f27017ffdfc96ce2f2638d92117beac --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0f9e9c49..3dffb6bb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py27,pep8 minversion = 1.6 skipsdist = True