summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-01-10 20:23:43 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-01-10 20:23:43 -0500
commit027a753f5d8a038413b29a77c2fc2180aadf290e (patch)
tree175c74c218461a2751db766f2cac0a32f2c3edfc
parentb5b580fe8a34c530aad1c897b8ad4718f8f7db86 (diff)
downloadpython-coveragepy-git-027a753f5d8a038413b29a77c2fc2180aadf290e.tar.gz
Test on Python 2.7 also.
-rw-r--r--allcoverage.cmd6
-rw-r--r--allkits.cmd2
-rw-r--r--alltests.cmd8
-rw-r--r--howto.txt2
4 files changed, 18 insertions, 0 deletions
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::