From 14a4c05fa23d81562a9caabd591e7c75102bfba6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 21 Sep 2013 13:40:43 -0700 Subject: [PATCH] Added pypy env to tox Change-Id: I4b525873924eb3b481860b89000ae807b6ec627a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cbbde4b4e5..9ad77f2bdf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8 +envlist = py27,pypy,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}