From b1c572df49270b99ab0d221b9f96492d121595cd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 22 Sep 2014 12:40:43 +0000 Subject: [PATCH] Remove unused py33 tox env Based on review comments in https://review.openstack.org/118771 it's apparent that Cinder is quite a ways from Py3K support, and developers are not expected to run the py33 tox env. Rather than add more envs for later Python interpreter versions which will be equally broken, just remove it for now. Change-Id: I2bcc345bb62c0e08677fbf70b722b6a841650e53 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6bc2e9ac8..86bd6eaad 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py26,py27,py33,pep8 +envlist = py26,py27,pep8 [testenv] # Note the hash seed is set to 0 until cinder can be tested with a -- 2.45.2