From: Clint Byrum Date: Tue, 3 Sep 2013 18:36:49 +0000 (-0700) Subject: Remove py33 from tox.ini until eventlet is ported X-Git-Tag: 2014.1~49^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=81def8b28d1e8bbcab1a529131a035cef77dda48;p=openstack-build%2Fheat-build.git 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 --- diff --git a/tox.ini b/tox.ini index 2da919ab..da6a40c1 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}