diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-28 20:45:54 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-28 20:45:54 -0500 |
commit | 17d1171ffd06ea2a724a4b783342677c24274fdb (patch) | |
tree | 33f16ceaae1c180e8cf92832b552bfe7e4ed1a80 /setup.py | |
parent | 78612ba0743bc6822285a05ea68bf657cbaa9322 (diff) | |
download | python-coveragepy-git-17d1171ffd06ea2a724a4b783342677c24274fdb.tar.gz |
Doc tweaks for 3.6b1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.8. Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_. +New in 3.6: ``--fail-under``, and >20 bugs closed. + New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report. New in 3.4: Better control over source to measure, and unexecuted files |