File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,19 @@ Bencoder.pyx
44A 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
1822Install
You can’t perform that action at this time.
0 commit comments