From 6431cc825807ddac6a4aa0dd174efe0b42e13760 Mon Sep 17 00:00:00 2001 From: Michael Basnight Date: Wed, 23 Oct 2013 16:13:40 +0000 Subject: Adding py33 gating to the client Change-Id: I47e493bae8a00b5182608e31fcea82c3cacb152e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f72ad91..c4fbef6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ # Python Trove Client [tox] -envlist = py26,py27,pypy,pep8 +envlist = py26,py27,py33,pypy,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} -- cgit v1.2.1