From 2890cd5d7d8047dfc356a0ea333cd3fda0cca656 Mon Sep 17 00:00:00 2001 From: sneakypete81 Date: Sun, 2 Feb 2014 20:43:49 +0000 Subject: [PATCH] Run unit tests under PyPy too --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7961499..a586d64 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33, coverage +envlist = py26, py27, py33, pypy, coverage [testenv] commands = python -m unittest discover tests/unit