Remove Python 2.6 from the tox config

This isn't in the setup.py classifiers and we have never supported it.

Change-Id: I92eb1e9fdfa1d7f622392f916420891c2d20d2d7
This commit is contained in:
Dougal Matthews 2015-08-18 11:43:32 +01:00
parent 543cae66e5
commit e1cd455c25
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,py34,pypy,pep8
envlist = py27,py33,py34,pypy,pep8
skipsdist = True
[testenv]