summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-04-27 08:27:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-04-27 08:27:52 -0400
commit7082b0742fb2c60177831ca02f485494d394137e (patch)
treed2ae28520ba5756c19042a86e08ed091a99524b5
parent1a585ae90f9ea2a1a30ee73880c222674e21c188 (diff)
downloadpython-coveragepy-git-7082b0742fb2c60177831ca02f485494d394137e.tar.gz
Luckily, tools are getting better at supporting Py3
-rw-r--r--howto.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/howto.txt b/howto.txt
index 2b1536bd..13dc41a8 100644
--- a/howto.txt
+++ b/howto.txt
@@ -52,7 +52,7 @@
* Building
-- Install fixtar on any Python used to make source kits: http://bitbucket.org/ned/fixtar
+- 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
@@ -64,10 +64,6 @@
- On Py 2.x: need setuptools installed
- On Py 3.x: need Distribute installed
- Need nose installed
- - nose for py 2.x
- - nose3 for py 3.x
- - copy Scripts\nosetest3.exe to Scripts\nosetests.exe
- - copy Scripts\nosetest3-script.py to Scripts\nosetests-script.py
- Need to have coverage dev-installed
- In each Python installation to be used, create a "coverage_test_egg.pth"
containing::