summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-07-21 23:08:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-07-21 23:08:43 -0400
commit6fecc467bc807258e63bf0488c62d166161d2158 (patch)
treef56ca3651d13a7acd4c4cb0145e7af2bef3b14ba /CHANGES.txt
parentd19d09b450e11ee25ef53a1a4c6c050ba1dd8015 (diff)
downloadpython-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.txt2
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