From fa7ff0a7df008f69e12e11d32263ec0039c2fa70 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 28 Aug 2013 10:41:37 -0700 Subject: [PATCH] Added support for running the tests under PyPy with tox This is a precursor to having them run under check and gate. Change-Id: I1e56f44c370a444b99bd2a60ebe2d3843a9648b6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3d94338b..9f72e265 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,pypy,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}