From: Dmytro Litvinov Date: Tue, 28 Jul 2020 14:48:32 +0000 (+0300) Subject: bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) X-Git-Tag: v3.10.0a1~333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e3826785dcc64f8e1a8a7bde11b88fbb40943be;p=thirdparty%2FPython%2Fcpython.git bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 0dddbd25d991..a52df9ee0157 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 `_, `Jenkins `_ - or `Hudson `_. + or `Travis-CI `_, or `AppVeyor `_. .. _unittest-minimal-example: