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:
parent
3baff21f5b
commit
59cfba3268
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue