From: Chuck Short Date: Sat, 1 Jun 2013 23:42:04 +0000 (-0500) Subject: python3: Introduce py33 to tox.ini X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b51270ffbddf0dc6a01ac234e575286d1a77e139;p=openstack-build%2Fcinder-build.git python3: Introduce py33 to tox.ini Introduce py33 to tox.ini to make testing easier with python3. Change-Id: I351fa475deffd75201e20e3629af6ed018b9ac7c Signed-off-by: Chuck Short --- diff --git a/tox.ini b/tox.ini index 54870b1de..b6eeea83b 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}