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

This commit is contained in:
Dmytro Litvinov 2020-07-28 17:48:32 +03:00 committed by GitHub
parent c82dda1e08
commit 5e3826785d
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: