Skip to content

Commit

Permalink
Added a test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hanak committed Oct 18, 2023
1 parent df8ab42 commit bbbf492
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
PyEpics: Epics Channel Access for Python
================================

THIS IS A PULL-REQUEST TEST

.. image:: https://github.com/pyepics/pyepics/actions/workflows/test-with-conda.yml/badge.svg
:target: https://github.com/pyepics/pyepics/actions/workflows/test-with-conda.yml/

.. image:: https://codecov.io/gh/pyepics/pyepics/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pyepics/pyepics

.. image:: https://img.shields.io/pypi/v/pyepics.svg
:target: https://pypi.org/project/pyepics

Expand Down Expand Up @@ -115,7 +117,7 @@ Python PV object, which provides a natural way to interact with EPICS.
3.14
>>> pv.put(2.71)


Channel Access features that are included here:

* user callbacks - user-supplied Python function(s) that are run when a PV's
Expand Down

0 comments on commit bbbf492

Please sign in to comment.