summaryrefslogtreecommitdiff
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
commit93be5f4b512f443b73c3ba67ef2dea8581d2b22f (patch)
tree1c95045ce5f9a23901bf7b12aa408c7a6b3a3392
parent1dd172098e3681f32df2fded547992c837162a4e (diff)
downloadpython-coveragepy-git-93be5f4b512f443b73c3ba67ef2dea8581d2b22f.tar.gz
Keep howto up to date
-rw-r--r--howto.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/howto.txt b/howto.txt
index c8179cda..80a54ebf 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