summaryrefslogtreecommitdiff
path: root/alltests.cmd
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-04-27 10:20:36 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-04-27 10:20:36 -0400
commit722b123b0e37e4b610295017fb7c60c728b81d5a (patch)
treeb2dec2ffb9e93bd93bd736404b4e2a3a10a1ca71 /alltests.cmd
parente91c97da931e54b27a838106d25d6ae5529256ae (diff)
parent1d95e33453523a8d64b691b585e86c4580dbe33c (diff)
downloadpython-coveragepy-git-722b123b0e37e4b610295017fb7c60c728b81d5a.tar.gz
Automated merge with ssh://bitbucket.org/ned/coveragepy
Diffstat (limited to 'alltests.cmd')
-rw-r--r--alltests.cmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/alltests.cmd b/alltests.cmd
index 425fe1c1..213c71b9 100644
--- a/alltests.cmd
+++ b/alltests.cmd
@@ -1,11 +1,11 @@
@echo off
@rem all the Python installs have a .pth pointing to the egg file created by
-@rem 2.5, so install the testdata in 2.5
-call \ned\bin\switchpy c:\vpy\coverage\25 quiet
+@rem 2.6, so install the testdata in 2.5
+call switchpy c:\vpy\coverage\26 quiet
make --quiet testdata
-for %%v in (23 24 25 26 27 31 32) do (
- call \ned\bin\switchpy c:\vpy\coverage\%%v
+for %%v in (24 25 26 27 31 32) do (
+ call switchpy c:\vpy\coverage\%%v
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9