From 12c5f801cdcc5eda8314a3c0ff75df10c123e3ef Mon Sep 17 00:00:00 2001 From: Sean Brant Date: Sun, 10 Mar 2013 12:39:30 -0500 Subject: Adds pypy to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a92c2c..ccab5e3 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27 +envlist = py26, py27, pypy [testenv] commands = python setup.py test -- cgit v1.2.3