Skip to content

Commit 657dc1d

Browse files
committed
Update README.
[ci skip]
1 parent ab194a4 commit 657dc1d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Bencoder.pyx
33

44
A fast bencode implementation in Cython supports both Python2 & Python3 .
55

6-
.. image:: https://travis-ci.org/whtsky/bencoder.pyx.svg?branch=master
6+
.. image:: https://img.shields.io/travis/whtsky/bencoder.pyx/master.svg?maxAge=3600&label=macOS
77
:target: https://travis-ci.org/whtsky/bencoder.pyx
8-
9-
.. image:: https://ci.appveyor.com/api/projects/status/ur6vy8wdj789oxqv/branch/master?svg=true
10-
:target: https://ci.appveyor.com/project/whtsky/bencoder-pyx
8+
.. image:: https://img.shields.io/appveyor/ci/whtsky/bencoder.pyx/master.svg?maxAge=3600&label=Windows
9+
: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
1112

1213
Install
1314
-------

0 commit comments

Comments
 (0)