From 5e3826785dcc64f8e1a8a7bde11b88fbb40943be Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Tue, 28 Jul 2020 17:48:32 +0300 Subject: bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 0dddbd2..a52df9e 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 `_, `Jenkins `_ - or `Hudson `_. + or `Travis-CI `_, or `AppVeyor `_. .. _unittest-minimal-example: -- cgit v0.12