From a04c68f3e7a1d41ebbea231afe281bcbf3501d3f Mon Sep 17 00:00:00 2001 From: Alejandro Cabrera Date: Thu, 1 Aug 2013 16:16:50 -0400 Subject: [PATCH] Gate on Python 3.3 This makes OS-jenkins run our tests in Python 3.3 mode in addition to Python 2.6 and Python 2.7. Rationale: keep our Python 3 compatibility high Change-Id: Ia4c2964f7cc2a8e5ec0b47818698a96ec93fc892 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 31f4fc67a..6508c2930 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}