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 | cc590ff2a8ce3e65cedc94527e4ad6c268a3d311 (patch) | |
tree | 9b980857380074e210eb203a13b8a575ba10b7b5 | |
parent | 4a56badac6a0c8f0d1124c84e9f22612af63e59d (diff) | |
download | python-coveragepy-git-cc590ff2a8ce3e65cedc94527e4ad6c268a3d311.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 b732d7f7..8a8abb6f 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 |