From fd297c108aba920bf3de43c29843425884253857 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:04:15 +0000 Subject: [PATCH] Remove unused py33 tox env It's apparent that Nova 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: I885e6e8899f771cc52a2bf6282fd7bc1ed3083aa --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 657b00638571..954d3e09ad3c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pep8,pip-missing-reqs +envlist = py26,py27,pep8,pip-missing-reqs skipsdist = True [testenv]