summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-28 19:52:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-28 19:52:18 -0500
commitbbc60b77f40f8a850522278997bb678c0f19517a (patch)
treea802a3c7ba32cf9e56b9e0f00057870e191bd262
parent76e80108c11b042e6e929641fe3f38975f5765ba (diff)
downloadpython-coveragepy-git-bbc60b77f40f8a850522278997bb678c0f19517a.tar.gz
Mention the CI changes
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index aa06f318..52fd6645 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,8 @@ Unreleased
- When using ``--source`` on a large source tree, v5.x was slower than previous
versions. This performance regression is now fixed, closing `issue 1037`_.
+- Continuous integration has moved from Travis and AppVeyor to GitHub Actions.
+
.. _issue 1037: https://github.com/nedbat/coveragepy/issues/1037