From 93f2118ab93f2395dd185e5a4da55a08fa3d0319 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Mon, 23 Nov 2020 15:15:04 -0500 Subject: [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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 394269aa..6ecc645e 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit