diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-21 23:43:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-21 23:43:24 -0400 |
commit | 1c0b8c05cd5c36d2d34ca71370c391301e3cf83c (patch) | |
tree | a6d3ae6cbeab6d3f16f467c561b0e125eb80bf09 | |
parent | 6fecc467bc807258e63bf0488c62d166161d2158 (diff) | |
download | python-coveragepy-1c0b8c05cd5c36d2d34ca71370c391301e3cf83c.tar.gz |
Link tox
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b732d7f..8a8abb6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,10 +15,11 @@ Version 3.5.3b1 - Try to do a better job of the impossible task of detecting when we can't build the C extension, fixing `issue 183`_. -- Testing is now done with tox. +- Testing is now done with `tox`_. .. _issue 179: https://bitbucket.org/ned/coveragepy/issue/179/htmlreporter-fails-when-source-file-is .. _issue 183: https://bitbucket.org/ned/coveragepy/issue/183/install-fails-for-python-23 +.. _tox: tox.readthedocs.org/ Version 3.5.2 --- 4 May 2012 |