Remove unused py33 tox env

It's apparent that elastic-recheck 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: I6fb62f55d39eb812c585c19f9e16c482775f793a
This commit is contained in:
Jeremy Stanley 2014-09-03 19:03:00 +00:00
parent e0fb72e7d4
commit ce96ae0fc9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pypy,pep8,functional,docs
envlist = py26,py27,pypy,pep8,functional,docs
skipsdist = True
[testenv]