summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 10:53:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 10:53:49 -0400
commitf16bcc8a22693ef204cd66afbbe4a8ebb44ae126 (patch)
treeebc39164a874f8cb641c53eb96fa535798907738 /howto.txt
parent7218140b63b832b3ae444a4af8d7ba10fd2a14d9 (diff)
downloadpython-coveragepy-f16bcc8a22693ef204cd66afbbe4a8ebb44ae126.tar.gz
Fix some obsolete howto instructions
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt14
1 files changed, 2 insertions, 12 deletions
diff --git a/howto.txt b/howto.txt
index 8851b0b..0034e62 100644
--- a/howto.txt
+++ b/howto.txt
@@ -61,16 +61,12 @@
- Issue tracker should get new version number in picker.
# Note: don't delete old version numbers: it marks changes on the tickets
# with that number.
-- Update github:
- - hg bookmark -r default master -f && hg push github
- Announce on coveragepy-announce@googlegroups.com .
- Announce on TIP.
-- Ask Christophe Zwerschke (cito@online.de) to build win64 kits.
* Building
-- Install fixtar on any Windows Python used to make source kits: http://bitbucket.org/ned/fixtar
- Create PythonXX\Lib\distutils\distutils.cfg::
[build]
compiler = mingw32
@@ -78,9 +74,8 @@
* Testing
- Testing of Python code is handled by tox.
- - Create a virtualenv
- - install tox into it
- - activate the virtualenv
+ - Create and activate a virtualenv
+ - pip install -r requirements/dev.pip
- $ tox
- For complete coverage testing:
@@ -94,11 +89,6 @@
$ make metahtml
-- For testing on Python <= 2.4:
-
- - Set up the Python as your current python, probably with a virtualenv.
- - $ . ./test_old.sh
-
- To run the Javascript tests:
open tests/js/index.html in variety of browsers.