diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 10:53:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 10:53:49 -0400 |
commit | b54e95123ce766512585d4e785945f183c8fd783 (patch) | |
tree | f538e26a33c2e625bc9b7e28228fdfec0d23d564 | |
parent | 28aae55f231460779bde7cfc54dbb8ea065dc4ce (diff) | |
download | python-coveragepy-git-b54e95123ce766512585d4e785945f183c8fd783.tar.gz |
Fix some obsolete howto instructions
-rw-r--r-- | howto.txt | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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. |