From 027a753f5d8a038413b29a77c2fc2180aadf290e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 10 Jan 2010 20:23:43 -0500 Subject: Test on Python 2.7 also. --- allcoverage.cmd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'allcoverage.cmd') diff --git a/allcoverage.cmd b/allcoverage.cmd index 23fca2f3..5d769f6b 100644 --- a/allcoverage.cmd +++ b/allcoverage.cmd @@ -29,6 +29,12 @@ set COVERAGE_TEST_TRACER=c python test\coverage_coverage.py run %1 %2 %3 %4 %5 %6 %7 %8 %9 del coverage\tracer.pyd +call \ned\bin\switchpy 27 +python setup.py -q develop +set COVERAGE_TEST_TRACER=c +python test\coverage_coverage.py run %1 %2 %3 %4 %5 %6 %7 %8 %9 +del coverage\tracer.pyd + call \ned\bin\switchpy 31 python setup.py -q develop set COVERAGE_TEST_TRACER=c -- cgit v1.2.1