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 ++++++ allkits.cmd | 2 ++ alltests.cmd | 8 ++++++++ howto.txt | 2 ++ 4 files changed, 18 insertions(+) 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 diff --git a/allkits.cmd b/allkits.cmd index 12c46d2e..a0685ee9 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -8,6 +8,8 @@ call \ned\bin\switchpy 25 python setup.py bdist_wininst %1 call \ned\bin\switchpy 26 python setup.py bdist_wininst %1 +call \ned\bin\switchpy 27 +python setup.py bdist_wininst %1 set TAR_OPTIONS=--group=100 python setup.py sdist --formats=gztar %1 diff --git a/alltests.cmd b/alltests.cmd index 5aee1e42..645ff0e9 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -33,6 +33,14 @@ del coverage\tracer.pyd set COVERAGE_TEST_TRACER=py nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9 +call \ned\bin\switchpy 27 +python setup.py -q develop +set COVERAGE_TEST_TRACER=c +nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9 +del coverage\tracer.pyd +set COVERAGE_TEST_TRACER=py +nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9 + call \ned\bin\switchpy 31 python setup.py -q develop set COVERAGE_TEST_TRACER=c diff --git a/howto.txt b/howto.txt index 96e1e062..d1f78b1f 100644 --- a/howto.txt +++ b/howto.txt @@ -46,6 +46,8 @@ - On Py 2.x: need setuptools installed - On Py 3.x: need Distribute installed +- Need nose installed +- Need to have coverage dev-installed - In each Python installation to be used, create a "coverage_test_egg.pth" containing:: -- cgit v1.2.1