Skip to content

Commit 15d5269

Browse files
authored
Remove Travis and AppVeyor badges (#423)
1 parent 11fed52 commit 15d5269

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ PyJulia
33

44
[![Stable documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://pyjulia.readthedocs.io/en/stable/)
55
[![Latest documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://pyjulia.readthedocs.io/en/latest/)
6-
[![Build Status](https://travis-ci.org/JuliaPy/pyjulia.svg?branch=master)](https://travis-ci.org/JuliaPy/pyjulia)
7-
[![Build status](https://ci.appveyor.com/api/projects/status/github/JuliaPy/pyjulia?svg=true)](https://ci.appveyor.com/project/Keno/pyjulia)
86
[![Main workflow](https://github.com/JuliaPy/pyjulia/workflows/Main%20workflow/badge.svg)](https://github.com/JuliaPy/pyjulia/actions?query=workflow%3A%22Main+workflow%22)
97
[![DOI](https://zenodo.org/badge/14576985.svg)](https://zenodo.org/badge/latestdoi/14576985)
108

docs/source/index.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Welcome to PyJulia’s documentation!
22
===================================
33

4-
|travis| |appveyor|
4+
|github-action|
55

66
Experimenting with developing a better interface to
77
`Julia language <https://julialang.org/>`_ that works with
@@ -31,10 +31,7 @@ Indices and tables
3131
* :ref:`modindex`
3232
* :ref:`search`
3333

34-
.. |travis| image:: https://travis-ci.org/JuliaPy/pyjulia.svg?branch=master
35-
:target: https://travis-ci.org/JuliaPy/pyjulia
36-
:alt: Travis Build Status
37-
38-
.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/JuliaPy/pyjulia?svg=true
39-
:target: https://ci.appveyor.com/project/Keno/pyjulia
40-
:alt: AppVeyor Build Status
34+
.. |github-action|
35+
image:: https://github.com/JuliaPy/pyjulia/workflows/Main%20workflow/badge.svg
36+
:target: https://github.com/JuliaPy/pyjulia/actions?query=workflow%3A%22Main+workflow%22
37+
:alt: Main workflow

0 commit comments

Comments
 (0)