From 4fdf272a69157ee1fa524bf6881c740129fd2259 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sat, 1 Aug 2015 12:20:24 -0400 Subject: [PATCH 1/3] README.md: Use SVG for coveralls. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1170780..744bdf2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/amoffat/sh.svg?branch=master)](https://travis-ci.org/amoffat/sh) [![Coverage Status](https://coveralls.io/repos/amoffat/sh/badge.png?branch=master)](https://coveralls.io/r/amoffat/sh?branch=master) +[![Build Status](https://travis-ci.org/amoffat/sh.svg?branch=master)](https://travis-ci.org/amoffat/sh) [![Coverage Status](https://coveralls.io/repos/amoffat/sh/badge.svg?branch=master)](https://coveralls.io/r/amoffat/sh?branch=master) [![Version](https://pypip.in/v/sh/badge.png)](https://pypi.python.org/pypi/sh) [![Downloads](https://pypip.in/d/sh/badge.png)](https://pypi.python.org/pypi/sh) From 36f48806134de73e1fb9cbe2da7418f1f9ee7cda Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sat, 1 Aug 2015 12:22:44 -0400 Subject: [PATCH 2/3] README.md: Update coveralls link format. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744bdf2e..37ff0052 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/amoffat/sh.svg?branch=master)](https://travis-ci.org/amoffat/sh) [![Coverage Status](https://coveralls.io/repos/amoffat/sh/badge.svg?branch=master)](https://coveralls.io/r/amoffat/sh?branch=master) +[![Build Status](https://travis-ci.org/amoffat/sh.svg?branch=master)](https://travis-ci.org/amoffat/sh) [![Coverage Status](https://coveralls.io/repos/amoffat/sh/badge.svg?branch=master&service=github)](https://coveralls.io/github/amoffat/sh?branch=master) [![Version](https://pypip.in/v/sh/badge.png)](https://pypi.python.org/pypi/sh) [![Downloads](https://pypip.in/d/sh/badge.png)](https://pypi.python.org/pypi/sh) From c2feefa46bdcdab45f4bf8c84918ec24607d6c28 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sat, 1 Aug 2015 12:23:03 -0400 Subject: [PATCH 3/3] README.md: Switch from pypip.in to shields.io. Also, use SVG. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ff0052..1e9aadfb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/amoffat/sh.svg?branch=master)](https://travis-ci.org/amoffat/sh) [![Coverage Status](https://coveralls.io/repos/amoffat/sh/badge.svg?branch=master&service=github)](https://coveralls.io/github/amoffat/sh?branch=master) -[![Version](https://pypip.in/v/sh/badge.png)](https://pypi.python.org/pypi/sh) [![Downloads](https://pypip.in/d/sh/badge.png)](https://pypi.python.org/pypi/sh) +[![Version](https://img.shields.io/pypi/v/sh.svg)](https://pypi.python.org/pypi/sh) [![Downloads](https://img.shields.io/pypi/dd/sh.svg)](https://pypi.python.org/pypi/sh) sh (previously [pbs](http://pypi.python.org/pypi/pbs)) is a full-fledged subprocess replacement for Python 2.6 - 3.4