summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-03-10 11:16:12 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-03-10 11:16:12 -0400
commitf205ed33f37f3875f7ab83e354c4dc5bbe485504 (patch)
tree3ccc6d351156536c2f3c0171518e4b4ee24547cb
parent5d7d2ccff1b98514d3f649b6496252bf3043b241 (diff)
downloadpython-coveragepy-git-f205ed33f37f3875f7ab83e354c4dc5bbe485504.tar.gz
Latest howto tweakscoverage-4.5.3
-rw-r--r--howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index f9cc1026..b429ff80 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)
@@ -21,10 +22,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 BETA:
@@ -43,7 +43,7 @@
$ make publish
- Kits:
- Start fresh:
- - $ make clean
+ - $ make sterile
- Source kit and wheels:
- $ make kit wheel
- Linux wheels: