Drop py26 support

As per discussions happening upstream and as announced here:

http://lists.openstack.org/pipermail/openstack-dev/2014-November/051551.html

Change-Id: Ifa089d5d9deff051fb3b7053135819183e800908
This commit is contained in:
Flavio Percoco 2014-11-26 10:20:49 +01:00 committed by Flavio Percoco
parent 7f6a18b041
commit 9d5ceab122
1 changed files with 1 additions and 1 deletions

View File

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