From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 28 Jul 2020 14:56:15 +0000 (-0700) Subject: bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) X-Git-Tag: v3.9.0rc1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e31b8a5cd13ca529e59c1e05d4524ae750a5b5a0;p=thirdparty%2FPython%2Fcpython.git bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) (cherry picked from commit 5e3826785dcc64f8e1a8a7bde11b88fbb40943be) Co-authored-by: Dmytro Litvinov --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index b2e16cf331e0..285bb9e8cbe6 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: