diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-21 23:08:43 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-21 23:08:43 -0400 |
| commit | 6fecc467bc807258e63bf0488c62d166161d2158 (patch) | |
| tree | f56ca3651d13a7acd4c4cb0145e7af2bef3b14ba /CHANGES.txt | |
| parent | d19d09b450e11ee25ef53a1a4c6c050ba1dd8015 (diff) | |
| download | python-coveragepy-6fecc467bc807258e63bf0488c62d166161d2158.tar.gz | |
Fix some of the howto, and note the new prominence of tox.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 490a81b..b732d7f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,8 @@ 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. + .. _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 |
