summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-18 07:16:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-18 07:16:45 -0500
commit902cbd1a070719cb6b4acfdfc5603324613c8f83 (patch)
treee058da648a240873941d774e2f2ff668b803bf6d /howto.txt
parentda70bedd80b0c8ffe317fbe32f05f5bb51495b48 (diff)
downloadpython-coveragepy-902cbd1a070719cb6b4acfdfc5603324613c8f83.tar.gz
Keep howto up to date
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/howto.txt b/howto.txt
index c8179cd..80a54eb 100644
--- a/howto.txt
+++ b/howto.txt
@@ -1,9 +1,3 @@
-* Making a working tree
-
-mkvirtualenv -p /usr/local/pythonz/pythons/CPython-2.7.11/bin/python coverage
-pip install -U pip
-pip install -r requirements/dev.pip
-
* Release checklist
- Version number in coverage/version.py
@@ -14,7 +8,9 @@ pip install -r requirements/dev.pip
- Python version number in classifiers in setup.py
- Copyright date in NOTICE.txt
- Update CHANGES.rst, including release date.
-- Update README.rst, including "New in x.y:"
+- Update README.rst
+ - "New in x.y:"
+ - version number in the commits-since badge
- Update docs
- Version, date, and changes in doc/changes.rst
- Version, date and python versions in doc/index.rst