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

https://github.com/python/cpython/commit/5e3826785dcc64f8e1a8a7bde11b88fbb40... commit: 5e3826785dcc64f8e1a8a7bde11b88fbb40943be branch: master author: Dmytro Litvinov <litvinov.dmytro.it@gmail.com> committer: GitHub <noreply@github.com> date: 2020-07-28T07:48:32-07:00 summary: bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) files: M Doc/library/unittest.rst diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 0dddbd25d991b..a52df9ee01578 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)
-
Dmytro Litvinov