From: Dirk Mueller Date: Fri, 19 Jul 2013 21:02:11 +0000 (+0200) Subject: Add a py33 tox environment X-Git-Tag: 2014.1~345^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a26b1df477142a66097613859ad620d7c500ed9f;p=openstack-build%2Fheat-build.git Add a py33 tox environment This way one can optionally run tests against Python 3.x Change-Id: I578cc6f2e933fbdc469dd14d23e9cf5b9f1d246f --- diff --git a/tox.ini b/tox.ini index 7df776a2..a328a770 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}