Skip to content

Commit be42ef5

Browse files
committed
ci: drop travis and appveyor
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 30e6839 commit be42ef5

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

.appveyor.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,16 @@ python_example
55

66
| CI | status |
77
|----------------------|--------|
8-
| Linux/macOS Travis | [![Travis-CI][travis-badge]][travis-link] |
9-
| MSVC 2019 | [![AppVeyor][appveyor-badge]][appveyor-link] |
10-
| conda.recipe | [![Conda Actions Status][actions-conda-badge]][actions-conda-link] |
118
| pip builds | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |
129
| [`cibuildwheel`][] | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |
1310

1411
[gitter-badge]: https://badges.gitter.im/pybind/Lobby.svg
1512
[gitter-link]: https://gitter.im/pybind/Lobby
1613
[actions-badge]: https://github.com/pybind/python_example/workflows/Tests/badge.svg
17-
[actions-conda-link]: https://github.com/pybind/python_example/actions?query=workflow%3A%22Conda
18-
[actions-conda-badge]: https://github.com/pybind/python_example/workflows/Conda/badge.svg
1914
[actions-pip-link]: https://github.com/pybind/python_example/actions?query=workflow%3A%22Pip
2015
[actions-pip-badge]: https://github.com/pybind/python_example/workflows/Pip/badge.svg
2116
[actions-wheels-link]: https://github.com/pybind/python_example/actions?query=workflow%3AWheels
2217
[actions-wheels-badge]: https://github.com/pybind/python_example/workflows/Wheels/badge.svg
23-
[travis-link]: https://travis-ci.org/pybind/python_example
24-
[travis-badge]: https://travis-ci.org/pybind/python_example.svg?branch=master&status=passed
25-
[appveyor-link]: https://ci.appveyor.com/project/wjakob/python-example
26-
<!-- TODO: get a real badge link for appveyor -->
27-
[appveyor-badge]: https://travis-ci.org/pybind/python_example.svg?branch=master&status=passed
2818

2919
An example project built with [pybind11](https://github.com/pybind/pybind11).
3020
This requires Python 3.7+; for older versions of Python, check the commit

0 commit comments

Comments
 (0)