]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
authorDmytro Litvinov <litvinov.dmytro.it@gmail.com>
Tue, 28 Jul 2020 14:48:32 +0000 (17:48 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 14:48:32 +0000 (07:48 -0700)
Doc/library/unittest.rst

index 0dddbd25d991b5500132f5c4f453221014da19f0..a52df9ee01578ce53404b3a4fc6484f3a3971d28 100644 (file)
@@ -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: