Skip to content

Commit 95d43d8

Browse files
authored
Merge pull request OpenMDAO#88 from swryan/badges
Updated badges in the README
2 parents e65db3b + eff9ade commit 95d43d8

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build Status](https://travis-ci.org/OpenMDAO/pyCycle.svg?branch=master)](https://travis-ci.org/OpenMDAO/pyCycle)
1+
[![GitHub Actions Test Badge][1]][2]
2+
[![PyPI version][3]][4]
23

34
# pyCycle
45
--------------
@@ -137,4 +138,10 @@ In order to modular thermodynamic happens, some modest changes to the API were n
137138

138139
Over all the, changes are pretty minor, but their impact is significant.
139140
The changes to the Element initialization not only make models simpler,
140-
they also make them thermo-agnostic.
141+
they also make them thermo-agnostic.
142+
143+
[1]: https://github.com/OpenMDAO/pyCycle/actions/workflows/pycycle_test_workflow.yml/badge.svg "Github Actions Badge"
144+
[2]: https://github.com/OpenMDAO/pyCycle/actions "Github Actions"
145+
146+
[3]: https://badge.fury.io/py/om-pycycle.svg "PyPI Version"
147+
[4]: https://badge.fury.io/py/om-pycycle "pyCycle @PyPI"

0 commit comments

Comments
 (0)