Don't run python 3 tests by default

Remove py33 from the list of environments used when someone
runs "tox" without any arguments. The python 3.3 tests do
not pass yet, and the expected failure is confusing to new
contributors.

Change-Id: I1f1307153c4a32e59bcffbf340c31dbf3e70173c
This commit is contained in:
Doug Hellmann 2014-02-28 14:23:55 -08:00
parent fb453e4f08
commit 0f1aeee7b2

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,pep8
envlist = py26,py27,pep8
[testenv]
setenv =