From 905534a4013cd4af4dc9b12b33afad7d3fb48bec Mon Sep 17 00:00:00 2001 From: ?ukasz Langa Date: Tue, 2 Jul 2013 09:46:18 +0200 Subject: PyPy is supported as well --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6110b5d..3026029 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33 +envlist = py26,py27,py32,py33,pypy [testenv] commands = -- cgit v1.2.1