bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)

https://github.com/python/cpython/commit/59cfba326801a1fd809836c16887f53765f... commit: 59cfba326801a1fd809836c16887f53765f9680f branch: 3.8 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: GitHub <noreply@github.com> date: 2020-07-28T07:57:11-07:00 summary: bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) (cherry picked from commit 5e3826785dcc64f8e1a8a7bde11b88fbb40943be) Co-authored-by: Dmytro Litvinov <litvinov.dmytro.it@gmail.com> files: M Doc/library/unittest.rst diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index d9f080a862ff2..67c5fa6117374 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:
participants (1)
-
Miss Islington (bot)