summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-02 21:55:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-02 21:55:57 -0500
commit9e4908f37c370250ebc7836e744a59170720a9e3 (patch)
treed40e635d9288b042707393521559d080775a1bd8 /howto.txt
parenta2efb685a6968f6ecc6aff44f2b0f7fc670f506c (diff)
downloadpython-coveragepy-git-9e4908f37c370250ebc7836e744a59170720a9e3.tar.gz
Automate the uploading of the kits.
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index 388db699..ed582213 100644
--- a/howto.txt
+++ b/howto.txt
@@ -16,7 +16,7 @@
- Generate new sample_html to get the latest, incl footer version number:
cd C:\ned\cog\trunk
rmdir/s/q htmlcov
- coverage run cogapp\test_cogapp.py CogTestsInMemory
+ coverage run --branch cogapp\test_cogapp.py CogTestsInMemory
coverage html -i -d htmlcov
copy htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- Build and publish docs:
@@ -26,9 +26,9 @@
- $ allkits.cmd
- Update PyPi:
- $ make pypi
+ - upload the kits:
+ - $ allkits.cmd upload
- Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage :
- - Upload kits
- - Label the source kit with "Use this for either Python 2.x or 3.x"
- show/hide the proper versions.
- Tag the tree
- hg tag -m "Coverage 3.0.1" coverage-3.0.1