summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-07-28 14:57:11 (GMT)
committerGitHub <noreply@github.com>2020-07-28 14:57:11 (GMT)
commit59cfba326801a1fd809836c16887f53765f9680f (patch)
tree24844914d6697522b396336e9e3a25a994672f86
parent3baff21f5bb8db7fa1c15788a8f82fa040a90d5d (diff)
downloadcpython-59cfba326801a1fd809836c16887f53765f9680f.zip
cpython-59cfba326801a1fd809836c16887f53765f9680f.tar.gz
cpython-59cfba326801a1fd809836c16887f53765f9680f.tar.bz2
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
(cherry picked from commit 5e3826785dcc64f8e1a8a7bde11b88fbb40943be) Co-authored-by: Dmytro Litvinov <litvinov.dmytro.it@gmail.com>
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index d9f080a..67c5fa6 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 <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: