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 0a9360c959
commit fd297c108a
1 changed files with 1 additions and 1 deletions

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]