diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-27 08:27:52 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-27 08:27:52 -0400 |
| commit | 52184ab8be306ba998033fc70923fe657e0a930f (patch) | |
| tree | 61cffa0b20699338aff68fb7748722b6c5b1083b | |
| parent | 58e462dd08a66ed717f7367b430335170f38b0e1 (diff) | |
| download | python-coveragepy-52184ab8be306ba998033fc70923fe657e0a930f.tar.gz | |
Luckily, tools are getting better at supporting Py3
| -rw-r--r-- | howto.txt | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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:: |
