From 821435f09c5c2bd39c0724ffb495d8594cb33c08 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Sat, 1 Jun 2013 16:50:55 -0500 Subject: python3: Introduce py33 to tox.ini Introduce py33 to tox.ini to make testing with python3 easier. Change-Id: I9865a244281def963ab425537f5400f883054319 Signed-off-by: Chuck Short --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 93d8f186..1fe184ea 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} -- cgit