From 8c2b33f1cb09dbd3e7876db1ee0834e09ec3e254 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Wed, 23 Dec 2015 17:07:07 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e61dd4d6..7c1a7812 100644 --- a/tox.ini +++ b/tox.ini @@ -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}