From 14aa3eb0af38e23b179a17efbbd75d9e43afb82c Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 30 Oct 2013 12:28:24 -0700 Subject: [PATCH] py33 and pypy added to the envlist Change-Id: Ie61f16c09522f9d6e5e82c5c5e59628e4e7971b5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 94d4324e..0258f870 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py26,py27,py33,pypy,pep8 minversion = 1.6 skipsdist = True