summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-01-05 18:21:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-01-05 18:21:31 -0500
commit2c7be4d7ca293e7b4a442cea26dd5b570c386739 (patch)
treebe24e163ae6543cb84d446bf4ea28cee708be8a2 /howto.txt
parent8116c28f9f4f6bf3780e358ab43f3af40220bf77 (diff)
downloadpython-coveragepy-coverage-3.6.tar.gz
Updated sample HTML report.coverage-3.6
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index 68afa09..632467b 100644
--- a/howto.txt
+++ b/howto.txt
@@ -15,6 +15,7 @@
- Version and copyright date in doc/conf.py
- Version --version output in doc/install.rst
- Generate new sample_html to get the latest, incl footer version number:
+ python setup.py develop
cd C:\ned\cog\trunk
rmdir/s/q htmlcov
coverage run --branch --source=cogapp -m cogapp.test_cogapp CogTestsInMemory