diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 07:51:08 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 07:51:08 -0400 |
| commit | ba911dc01d1a033398f77a7ad69381b28a8e71b7 (patch) | |
| tree | 89cc75968195d795cd39278bbc448a7c484d1041 /allkits.cmd | |
| parent | 243b175cac58cb8e61ffd08566c7813aa2137bd0 (diff) | |
| download | python-coveragepy-git-ba911dc01d1a033398f77a7ad69381b28a8e71b7.tar.gz | |
Py3k kitting.
Diffstat (limited to 'allkits.cmd')
| -rw-r--r-- | allkits.cmd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/allkits.cmd b/allkits.cmd index 26d00611..4d537273 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -1,3 +1,4 @@ +@REM Build all the kits for coverage.py
call \ned\bin\switchpy 23
python setup.py bdist_wininst
call \ned\bin\switchpy 24
@@ -6,6 +7,16 @@ call \ned\bin\switchpy 25 python setup.py bdist_wininst
call \ned\bin\switchpy 26
python setup.py bdist_wininst
+
+del /q py3k\*.*
+mkdir py3k
+copy three\coverage\*.py py3k
set TAR_OPTIONS=--group=100
python setup.py sdist --formats=gztar
set TAR_OPTIONS=
+
+cd three
+call \ned\bin\switchpy 31
+python setup.py bdist_wininst
+cd ..
+copy three\dist\*.exe dist
|
