Skip to content

Commit

Permalink
Latest howto tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 10, 2019
1 parent 5d7d2cc commit f205ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions howto.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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:
Expand All @@ -43,7 +43,7 @@
$ make publish
- Kits:
- Start fresh:
- $ make clean
- $ make sterile
- Source kit and wheels:
- $ make kit wheel
- Linux wheels:
Expand Down

0 comments on commit f205ed3

Please sign in to comment.