From f1c6584a7b748c150ad3974aeb35f50846aa979f Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Tue, 17 May 2011 19:12:06 +0100 Subject: Recursive function references work with _spec_signature --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c6b7477..6f4c22b 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,5 @@ commands= {envbindir}/python -m unittest discover [] deps = -[testenv:pypy] -deps=unittest2 -commands={envbindir}/unit2 discover [] +# note for jython. Execute in tests directory: +# rm `find . -name '*$py.class'` \ No newline at end of file -- cgit v1.2.1