From fecdb9621b7fd7ae7f604bba3c758048bafd86a4 Mon Sep 17 00:00:00 2001 From: behackett Date: Fri, 26 Oct 2012 17:03:34 -0700 Subject: [PATCH] Don't try to test pypy or jython with extensions. --- tox.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tox.ini b/tox.ini index c4ca10ff8..0f09b262c 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,16 @@ commands = deps = nose +[testenv:pypy] +commands = + {envpython} setup.py clean + {envpython} setup.py --no_ext test + +[testenv:jython] +commands = + {envpython} setup.py clean + {envpython} setup.py --no_ext test + [testenv:py31] commands = {envpython} setup.py clean