break: remove Travis CI support (#2682)

Stop testing on Travis CI.
References to Travis CI are removed from docs.
Travis CI specifics are kept as-is in cibuildwheel itself (mostly logging stuff).
This commit is contained in:
Matthieu Darbois
2025-12-29 17:03:03 -05:00
committed by GitHub
parent a68c3b27fb
commit 24bade1d15
10 changed files with 7 additions and 263 deletions
-6
View File
@@ -71,12 +71,6 @@ for an example configuration that automatically uploads wheels to PyPI. Also see
[scikit-hep.org/developer/gha_wheels](https://scikit-hep.org/developer/gha_wheels)
for a complete guide.
### TravisCI
See
[`examples/travis-ci-deploy.yml`](https://github.com/pypa/cibuildwheel/blob/main/examples/travis-ci-deploy.yml)
for an example configuration.
## Manual method
On your development machine, install [pipx](https://pipx.pypa.io/) and do the following: