diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-11-23 15:15:04 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-11-23 15:15:04 -0500 |
commit | 93f2118ab93f2395dd185e5a4da55a08fa3d0319 (patch) | |
tree | ab9d7f951791a8c65460371e5610b0908eaeec96 | |
parent | 2996d4078a28f865c9bf339c62b55c914b336815 (diff) | |
download | sos-93f2118ab93f2395dd185e5a4da55a08fa3d0319.tar.gz |
[readme] Update badging
Update the build badge for the repo README to point to Cirrus-CI instead
of Travis now that we've switched CI platforms.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/sosreport/sos.svg?branch=master)](https://travis-ci.org/sosreport/sos) [![Documentation Status](https://readthedocs.org/projects/sos/badge/?version=master)](https://sos.readthedocs.io/en/master/?badge=master) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sosreport/sos.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sosreport/sos/context:python) +[![Build Status](https://api.cirrus-ci.com/github/sosreport/sos.svg?branch=master)](https://cirrus-ci.com/github/sosreport/sos) [![Documentation Status](https://readthedocs.org/projects/sos/badge/?version=master)](https://sos.readthedocs.io/en/master/?badge=master) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sosreport/sos.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sosreport/sos/context:python) # SoS @@ -54,7 +54,7 @@ and run python3 setup.py build_sphinx -a ``` -Please run `./tests/simple.sh` before sending a [pull request][0], or run the +Please run `./tests/simple.sh` before sending a [pull request][0], and run the test suite manually using the `nosetests` command (ideally for the set of Python versions currently supported by `sos` upstream). |