From 0c531a17ab71812eaecb03de7c1b8c3ffadcaaae Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 14 Mar 2009 23:28:28 -0400 Subject: Test the code without a C extension. --- alltests.cmd | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'alltests.cmd') diff --git a/alltests.cmd b/alltests.cmd index d0f5d09f..c16c4bc5 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -1,12 +1,20 @@ call \ned\bin\switchpy 23 python setup.py develop nosetests +del coverage\tracer.pyd +nosetests call \ned\bin\switchpy 24 python setup.py develop nosetests +del coverage\tracer.pyd +nosetests call \ned\bin\switchpy 25 python setup.py develop nosetests +del coverage\tracer.pyd +nosetests call \ned\bin\switchpy 26 python setup.py develop nosetests +del coverage\tracer.pyd +nosetests -- cgit v1.2.1