drop py33 and py26 env test

The whole OpenStack projects are no longer support python2.6 now,
and major distributions are using newer python3.4 instead of
python3.3.

Let's drop those two out dated python version support.

Change-Id: Ib1b040cc7945aeeeb824e270293b9cb4b5c6339a
This commit is contained in:
ZhiQiang Fan 2015-12-23 17:07:07 +08:00
parent 50199eb15a
commit 8c2b33f1cb

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py33,py27,py26,pep8
envlist = py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}