From 81def8b28d1e8bbcab1a529131a035cef77dda48 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 3 Sep 2013 11:36:49 -0700 Subject: [PATCH] Remove py33 from tox.ini until eventlet is ported There is no point in trying to run the py33 unit tests until eventlet is ported to Python 3. Meanwhile the expected failure means we get a bunch of garbage and extra lag time when trying to run 'tox' before sending to gerrit for review/CI checks. Change-Id: I343e24e77e097a2249a7ace1903faeaed71d7393 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2da919abc..da6a40c1b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}