summaryrefslogtreecommitdiff
path: root/alltests.cmd
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-01 15:34:36 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-01 15:34:36 -0400
commit07e76277e8cc53df30e71f78bb7128e86e5b04a8 (patch)
tree754d62afcd09fd167a9189756493274d59e04677 /alltests.cmd
parent1eabf044721266c4e1f22ca9577413aaaaafa6a0 (diff)
downloadpython-coveragepy-git-07e76277e8cc53df30e71f78bb7128e86e5b04a8.tar.gz
Updates for 3.2
Diffstat (limited to 'alltests.cmd')
-rw-r--r--alltests.cmd10
1 files changed, 1 insertions, 9 deletions
diff --git a/alltests.cmd b/alltests.cmd
index 8fd64d6c..425fe1c1 100644
--- a/alltests.cmd
+++ b/alltests.cmd
@@ -4,7 +4,7 @@
call \ned\bin\switchpy c:\vpy\coverage\25 quiet
make --quiet testdata
-for %%v in (23 24 25 26 27) do (
+for %%v in (23 24 25 26 27 31 32) do (
call \ned\bin\switchpy c:\vpy\coverage\%%v
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
@@ -14,12 +14,4 @@ for %%v in (23 24 25 26 27) do (
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
)
-call \ned\bin\switchpy c:\vpy\coverage\31
-python setup.py -q develop
-set COVERAGE_TEST_TRACER=c
-python c:\vpy\coverage\31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
-del coverage\tracer.pyd
-set COVERAGE_TEST_TRACER=py
-python c:\vpy\coverage\31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
-
make --quiet clean