Skip to content

Commit e0f1671

Browse files
authored
docs: Add CI badge (#41)
1 parent 59aa7bd commit e0f1671

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
.. |melpa| image:: https://melpa.org/packages/pyenv-mode-badge.svg
22
:target: https://melpa.org/#/pyenv-mode
33
:alt: Melpa
4+
.. |melpa-stable| image:: https://stable.melpa.org/packages/pyenv-mode-badge.svg
5+
:target: https://stable.melpa.org/#/pyenv-mode
6+
:alt: Melpa-Stable
7+
.. |ci| image:: https://github.com/pythonic-emacs/pyenv-mode/actions/workflows/test.yml/badge.svg
8+
:target: https://github.com/pythonic-emacs/pyenv-mode/actions/workflows/test.yml
9+
:alt: CI
410

511
==========
612
Pyenv mode
713
==========
814

9-
|melpa|
15+
|melpa| |melpa-stable| |ci|
1016

1117
Pyenv mode integrates Fabián E. Gallina's `python.el`_ with the pyenv_ tool.
1218
This gives packages which already use python.el (like python-django_)

0 commit comments

Comments
 (0)