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

(cherry picked from commit 5e3826785d)

Co-authored-by: Dmytro Litvinov <litvinov.dmytro.it@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-07-28 07:57:11 -07:00 committed by GitHub
parent 3baff21f5b
commit 59cfba3268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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: