summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-03-10 11:38:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-03-10 11:38:33 -0400
commit40063a3e8ec7e2b6fbf1a5441082d85c001dcb06 (patch)
tree1518261081b4f477602520f8caffcf44e9758d72 /howto.txt
parentf388a5d31485ea5061ea4f22b845c3d01f8c967c (diff)
downloadpython-coveragepy-git-40063a3e8ec7e2b6fbf1a5441082d85c001dcb06.tar.gz
Howto tweaks from 4.5.x
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index e357b9a4..2067f24d 100644
--- a/howto.txt
+++ b/howto.txt
@@ -1,5 +1,6 @@
* Release checklist
+- Check that the current virtualenv matches the current coverage branch.
- Version number in coverage/version.py
version_info = (4, 0, 2, 'alpha', 1)
version_info = (4, 0, 2, 'beta', 1)
@@ -23,10 +24,9 @@
- Generate new sample_html to get the latest, incl footer version number:
make clean
pip install -e .
- pip install nose
cd ~/cog/trunk
rm -rf htmlcov
- coverage run --branch --source=cogapp -m nose cogapp/test_cogapp.py:CogTestsInMemory
+ coverage run --branch --source=cogapp -m pytest -k CogTestsInMemory
coverage combine
coverage html
- IF PRE-RELEASE:
@@ -45,7 +45,7 @@
$ make publish
- Kits:
- Start fresh:
- - $ make clean
+ - $ make sterile
- Source kit and wheels:
- $ make kit wheel
- Linux wheels:
@@ -60,6 +60,7 @@
- $ make kit_upload
- Tag the tree
- git tag coverage-3.0.1
+ - git push
- git push --tags
- Bump version:
- coverage/version.py