From b331cb63a4b9636c4ee992684bd56cb2c9d3ca4a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 5 Sep 2013 09:57:31 -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: I9c2f8218f457aeaa03e06b4a87554fcdc40e4a0a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8980ada..9a3f674 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}