mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46178: Remove/rename redundant Travis CI code (#30309)
This commit is contained in:
parent
82c2b54a35
commit
2cf7d02b99
5 changed files with 8 additions and 23 deletions
|
@ -72,8 +72,9 @@ test runner
|
|||
a GUI tool for test discovery and execution. This is intended largely for ease of use
|
||||
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 `Travis-CI <https://travis-ci.com>`_, or `AppVeyor <https://www.appveyor.com/>`_.
|
||||
`Buildbot <https://buildbot.net/>`_, `Jenkins <https://jenkins.io/>`_,
|
||||
`GitHub Actions <https://github.com/features/actions>`_, or
|
||||
`AppVeyor <https://www.appveyor.com/>`_.
|
||||
|
||||
|
||||
.. _unittest-minimal-example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue