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
This commit is contained in:
Jeremy Stanley 2014-09-03 19:04:15 +00:00
parent 351aa1cc1e
commit 2f27f65f57

View File

@ -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]