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
This commit is contained in:
Julien Danjou 2014-11-25 17:07:40 +01:00
parent a2673ba2d9
commit 8adc0caca3

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pep8
envlist = py27,pep8
minversion = 1.6
skipsdist = True