diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-05 21:19:10 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-05 21:19:10 -0400 |
| commit | 80830cf7c73efcdbb12e5ea50c94cd3a07ea98f2 (patch) | |
| tree | 2ab2e1982998fe0c616000541ca2c4c24454f6fc /setup.py | |
| parent | c5d684086456194adaedb36323ef4fafe7487a76 (diff) | |
| download | python-coveragepy-80830cf7c73efcdbb12e5ea50c94cd3a07ea98f2.tar.gz | |
Go to 3.7
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,7 +9,10 @@ library to determine which lines are executable, and which have been executed. Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.9. Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue -tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_. +tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a +mirrored repo on `Github <https://github.com/nedbat/coveragepy>`_. + +New in 3.7: ``--debug``, and 12 bugs closed. New in 3.6: ``--fail-under``, and >20 bugs closed. |
