Issue 46178: Remove `.travis.yml`? - Python tracker
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
Date: 2022-01-02 18:27 | |
Thanks everyone! |
|||
| msg409739 - (view) | Author: STINNER Victor (vstinner) * ![]() |
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:53 | admin | set | github: 90336 |
| 2022-01-05 09:18:41 | vstinner | set | nosy:
+ vstinner messages: + msg409739 |
| 2022-01-02 18:27:08 | sobolevn | set | status: open -> closed resolution: fixed messages: + msg409508 stage: patch review -> resolved |
| 2021-12-31 00:16:34 | Mariatta | set | messages: + msg409396 |
| 2021-12-30 22:31:06 | hugovk | set | nosy:
+ hugovk pull_requests: + pull_request28522 |
| 2021-12-30 21:26:22 | Mariatta | set | nosy:
+ Mariatta messages: + msg409389 |
| 2021-12-26 09:37:38 | sobolevn | set | messages: + msg409183 |
| 2021-12-26 09:37:22 | sobolevn | set | keywords:
+ patch stage: patch review pull_requests: + pull_request28478 |
| 2021-12-26 09:34:33 | sobolevn | create | |

