summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
diff options
context:
space:
mode:
authorDmytro Litvinov <litvinov.dmytro.it@gmail.com>2020-07-28 14:48:32 (GMT)
committerGitHub <noreply@github.com>2020-07-28 14:48:32 (GMT)
commit5e3826785dcc64f8e1a8a7bde11b88fbb40943be (patch)
tree5de984e24dc396afef54b23a31e27098e801717a /Doc/library/unittest.rst
parentc82dda1e08c4b74ca24f88d6a549d93108c319cf (diff)
downloadcpython-5e3826785dcc64f8e1a8a7bde11b88fbb40943be.zip
cpython-5e3826785dcc64f8e1a8a7bde11b88fbb40943be.tar.gz
cpython-5e3826785dcc64f8e1a8a7bde11b88fbb40943be.tar.bz2
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 0dddbd2..a52df9e 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -73,7 +73,7 @@ test runner
for those new to unit testing. For production environments it is
recommended that tests be driven by a continuous integration system such as
`Buildbot <https://buildbot.net/>`_, `Jenkins <https://jenkins.io/>`_
- or `Hudson <http://hudson-ci.org/>`_.
+ or `Travis-CI <https://travis-ci.com>`_, or `AppVeyor <https://www.appveyor.com/>`_.
.. _unittest-minimal-example: