diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-07-28 14:56:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 14:56:15 (GMT) |
commit | e31b8a5cd13ca529e59c1e05d4524ae750a5b5a0 (patch) | |
tree | 1a76c4b415e856825a4d9f128edd58673876e86b | |
parent | bc2c0e9a574b5c039b4601a880920afa54dee543 (diff) | |
download | cpython-e31b8a5cd13ca529e59c1e05d4524ae750a5b5a0.zip cpython-e31b8a5cd13ca529e59c1e05d4524ae750a5b5a0.tar.gz cpython-e31b8a5cd13ca529e59c1e05d4524ae750a5b5a0.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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index b2e16cf..285bb9e 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: |