From 8e43a9adcba3bfeb362eca2dcc7de488fbc240e7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 18 Aug 2013 13:04:53 -0700 Subject: [PATCH] Added a PyPy env to tox Change-Id: I518256f0a8a3e581c3d6f6f065c9b89adc8223f2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6508c2930..e6d2328ab 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}