Skip to content

Commit bc9bc99

Browse files
committed
docs(README): add circle ci badge
1 parent ac14bd0 commit bc9bc99

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ Bencoder.pyx
44
A fast bencode implementation in Cython supports both Python2 & Python3 .
55

66
.. image:: https://img.shields.io/travis/whtsky/bencoder.pyx/master.svg?maxAge=3600&label=macOS
7+
:alt: macOS Test Status
78
:target: https://travis-ci.org/whtsky/bencoder.pyx
89
.. image:: https://img.shields.io/appveyor/ci/whtsky/bencoder-pyx/master.svg?maxAge=3600&label=Windows
10+
:alt: Windows Test Status
911
:target: https://ci.appveyor.com/project/whtsky/bencoder-pyx
10-
.. image:: https://semaphoreci.com/api/v1/whtsky/bencoder-pyx/branches/master/shields_badge.svg
11-
:target: https://semaphoreci.com/whtsky/bencoder-pyx
12-
13-
.. image:: https://img.shields.io/travis/whtsky/bencoder.pyx/master.svg?maxAge=3600&label=wheels
14-
:target: https://travis-ci.org/whtsky/bencoder.pyx
12+
.. image:: https://img.shields.io/circleci/ci/whtsky/bencoder-pyx/master.svg?maxAge=3600&label=Linux
13+
:alt: Linux Test Status
14+
:target: https://circleci.com/gh/whtsky/bencoder.pyx
15+
.. image:: https://img.shields.io/pypi/l/bencoder.pyx.svg
16+
:alt: PyPI License
17+
:target: https://pypi.org/project/bencoder.pyx/
1518
.. image:: https://codecov.io/gh/whtsky/bencoder.pyx/branch/master/graph/badge.svg
19+
:alt: Codecov Coverage
1620
:target: https://codecov.io/gh/whtsky/bencoder.pyx
1721

1822
Install

0 commit comments

Comments
 (0)