From ff9099051e0daff7b08035713eeca5696ab3217a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 22 Sep 2009 07:22:56 -0400 Subject: The best way to get py3k support: same source runs on both, with some contortions. --- alltests.cmd | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'alltests.cmd') diff --git a/alltests.cmd b/alltests.cmd index 9be4f4b3..c1d9e24b 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -29,3 +29,11 @@ nosetests %1 del coverage\tracer.pyd set COVERAGE_TEST_TRACER=py nosetests %1 + +call \ned\bin\switchpy 31 +python setup.py -q install +set COVERAGE_TEST_TRACER=c +python \python31\Scripts\nosetests3 %1 +del \python31\lib\site-packages\coverage\tracer.pyd +set COVERAGE_TEST_TRACER=py +python \python31\Scripts\nosetests3 %1 -- cgit v1.2.1