From: Chuck Short Date: Sun, 2 Jun 2013 00:34:17 +0000 (-0500) Subject: python3: Introduce py33 to tox.ini X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b2b06811ba8e75b24c1b9858830c34a529604db7;p=openstack-build%2Fneutron-build.git python3: Introduce py33 to tox.ini Introduce py33 to tox.ini to make testing with python3 easier. Change-Id: I6cf924921e3595baac94ae1567cb2bd68457377e Signed-off-by: Chuck Short --- diff --git a/tox.ini b/tox.ini index 3c4320ea9..7b01ff5a2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py26,py27,py33,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}