diff options
author | Dmytro Litvinov <litvinov.dmytro.it@gmail.com> | 2020-07-28 14:48:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 14:48:32 (GMT) |
commit | 5e3826785dcc64f8e1a8a7bde11b88fbb40943be (patch) | |
tree | 5de984e24dc396afef54b23a31e27098e801717a /Doc/library/unittest.rst | |
parent | c82dda1e08c4b74ca24f88d6a549d93108c319cf (diff) | |
download | cpython-5e3826785dcc64f8e1a8a7bde11b88fbb40943be.zip cpython-5e3826785dcc64f8e1a8a7bde11b88fbb40943be.tar.gz cpython-5e3826785dcc64f8e1a8a7bde11b88fbb40943be.tar.bz2 |
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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: |