There is no sense to keep py33 in tox envs

At least we have eventlet in our deps that couldn't be installed in
Python 3.X env.

Change-Id: I0b64f57373df529f09ea8efb8ea580f1e953cc34
This commit is contained in:
Sergey Lukjanov 2013-11-29 22:48:48 +04:00
parent b68d787b5c
commit 3d25b8a5c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,pep8
envlist = py26,py27,pep8
minversion = 1.6
skipsdist = True