This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove `.travis.yml`?
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Mariatta, hugovk, sobolevn, vstinner
Priority: normal Keywords: patch

Created on 2021-12-26 09:34 by sobolevn, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30257 merged sobolevn, 2021-12-26 09:37
PR 30309 merged hugovk, 2021-12-30 22:31
Messages (6)
msg409182 - (view) Author: Nikita Sobolev (sobolevn) * (Python triager) Date: 2021-12-26 09:34
Travis does not seem to be used anymore. 
There are not builds in Travis for cpython on `.org`: https://travis-ci.org/github/python/cpython/builds
The last build on `.com` is 6 month old: https://app.travis-ci.com/github/python/cpython/builds

If some information from this file will be needed in the future, we can always find its legacy version in git.

I will send a PR!
msg409183 - (view) Author: Nikita Sobolev (sobolevn) * (Python triager) Date: 2021-12-26 09:37
Permanent link to the last version of this file: https://github.com/python/cpython/blob/078abb676cf759b1e960f78390b6e80f256f0255/.travis.yml
msg409389 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2021-12-30 21:26
New changeset 82c2b54a35f85d87639201d1431ae6584b079e13 by Nikita Sobolev in branch 'main':
bpo-46178: remove unusued `.travis.yml` file (#30257)
https://github.com/python/cpython/commit/82c2b54a35f85d87639201d1431ae6584b079e13
msg409396 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2021-12-31 00:16
New changeset 2cf7d02b99ce8cebd26d330aa8aac2ee369d4600 by Hugo van Kemenade in branch 'main':
bpo-46178: Remove/rename redundant Travis CI code (#30309)
https://github.com/python/cpython/commit/2cf7d02b99ce8cebd26d330aa8aac2ee369d4600
msg409508 - (view) Author: Nikita Sobolev (sobolevn) * (Python triager) Date: 2022-01-02 18:27
Thanks everyone!
msg409739 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-01-05 09:18
I had so many troubles with Travis CI. I'm happy that GitHub Actions is more reliable and that Travis CI is gone.
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90336
2022-01-05 09:18:41vstinnersetnosy: + vstinner
messages: + msg409739
2022-01-02 18:27:08sobolevnsetstatus: open -> closed
resolution: fixed
messages: + msg409508

stage: patch review -> resolved
2021-12-31 00:16:34Mariattasetmessages: + msg409396
2021-12-30 22:31:06hugovksetnosy: + hugovk
pull_requests: + pull_request28522
2021-12-30 21:26:22Mariattasetnosy: + Mariatta
messages: + msg409389
2021-12-26 09:37:38sobolevnsetmessages: + msg409183
2021-12-26 09:37:22sobolevnsetkeywords: + patch
stage: patch review
pull_requests: + pull_request28478
2021-12-26 09:34:33sobolevncreate