summaryrefslogtreecommitdiff
path: root/allkits.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
commit54f87fafbf5d4be0a25568ec4df61456eea31d59 (patch)
tree68d5abaa4ed333e485d0e39bad8833d4654acd03 /allkits.cmd
parent068203c4d4fefc92f8dafa5e1ee26d021482cb80 (diff)
downloadpython-coveragepy-54f87fafbf5d4be0a25568ec4df61456eea31d59.tar.gz
Updates for 3.2
Diffstat (limited to 'allkits.cmd')
-rw-r--r--allkits.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/allkits.cmd b/allkits.cmd
index 0d000a4..e27098f 100644
--- a/allkits.cmd
+++ b/allkits.cmd
@@ -1,11 +1,11 @@
@REM Build all the kits for coverage.py
@REM Add "upload" onto the command line to also upload.
-for %%v in (23 24 25 26 27 31) do (
- call \ned\bin\switchpy %%v
+for %%v in (23 24 25 26 27 31 32) do (
+ call \ned\bin\switchpy c:\vpy\coverage\%%v
python setup.py bdist_wininst %1
)
-call \ned\bin\switchpy 26
+call \ned\bin\switchpy c:\vpy\coverage\26
set TAR_OPTIONS=--group=100
python setup.py sdist --formats=gztar %1
set TAR_OPTIONS=