diff options
-rw-r--r-- | allcoverage.cmd | 6 | ||||
-rw-r--r-- | allkits.cmd | 2 | ||||
-rw-r--r-- | alltests.cmd | 8 | ||||
-rw-r--r-- | howto.txt | 2 |
4 files changed, 18 insertions, 0 deletions
diff --git a/allcoverage.cmd b/allcoverage.cmd index 23fca2f..5d769f6 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 12c46d2..a0685ee 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 5aee1e4..645ff0e 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
@@ -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:: |