From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 28 Jul 2020 14:57:11 +0000 (-0700) Subject: bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) X-Git-Tag: v3.8.6rc1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59cfba326801a1fd809836c16887f53765f9680f;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 d9f080a862ff..67c5fa611737 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: