Don't try to test pypy or jython with extensions.

This commit is contained in:
behackett 2012-10-26 17:03:34 -07:00
parent 14681ec2d8
commit fecdb9621b

10
tox.ini
View File

@ -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