Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit d185e85

Browse files
committed
build status table
1 parent 1d80bb6 commit d185e85

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

README.rst

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ Ethereum -- Next generation cryptocurrency network
44

55
Ethereum Python Client
66
======================
7-
.. image:: https://travis-ci.org/ethereum/pyethereum.png?branch=master
8-
:target: https://travis-ci.org/ethereum/pyethereum
9-
10-
.. image:: https://coveralls.io/repos/ethereum/pyethereum/badge.png
11-
:target: https://coveralls.io/r/ethereum/pyethereum
12-
13-
.. image:: http://build.ethdev.com/buildstatusimage?builder=Linux%20PyEthereum%20develop
14-
:target: http://build.ethdev.com/builders/Linux%20PyEthereum%20develop
157

8+
+-----------+------------------+------------------+--------------------+--------------------+
9+
| | Linux | OSX | Travis | Coverage |
10+
+-----------+------------------+------------------+--------------------+--------------------+
11+
| develop | |Linux develop| | |OSX develop| | |Travis develop| | |Coverage develop| |
12+
+-----------+------------------+------------------+--------------------+--------------------+
13+
| master | |Linux master| | |OSX master| | |Travis master| | |Coverage master| |
14+
+-----------+------------------+------------------+--------------------+--------------------+
1615

1716
Quickstart
1817
-------------
@@ -56,3 +55,21 @@ Licence
5655
See LICENCE
5756

5857
`Ethereum <https://ethereum.org/>`_ is based on a design by Vitalik Buterin.
58+
59+
.. |Linux develop| image:: http://build.ethdev.com/buildstatusimage?builder=Linux%20PyEthereum%20develop
60+
:target: https://build.ethdev.com/builders/Linux%20PyEthereum%20develop/builds/-1
61+
.. |OSX develop| image:: https://build.ethdev.com/buildstatusimage?builder=OSX%20PyEthereum%20develop
62+
:target: https://build.ethdev.com/builders/OSX%20PyEthereum%20develop/builds/-1
63+
.. |Linux master| image:: http://build.ethdev.com/buildstatusimage?builder=Linux%20PyEthereum%20master
64+
:target: https://build.ethdev.com/builders/Linux%20PyEthereum%20master/builds/-1
65+
.. |OSX master| image:: https://build.ethdev.com/buildstatusimage?builder=OSX%20PyEthereum%20master
66+
:target: https://build.ethdev.com/builders/OSX%20PyEthereum%20master/builds/-1
67+
68+
.. |Travis develop| image:: https://travis-ci.org/ethereum/pyethereum.png?branch=develop
69+
:target: https://travis-ci.org/ethereum/pyethereum
70+
.. |Travis master| image:: https://travis-ci.org/ethereum/pyethereum.png?branch=master
71+
:target: https://travis-ci.org/ethereum/pyethereum
72+
.. |Coverage develop| image:: https://coveralls.io/repos/ethereum/pyethereum/badge.png?branch=develop
73+
:target: https://coveralls.io/r/ethereum/pyethereum?branch=develop
74+
.. |Coverage master| image:: https://coveralls.io/repos/ethereum/pyethereum/badge.png?branch=master
75+
:target: https://coveralls.io/r/ethereum/pyethereum?branch=master

0 commit comments

Comments
 (0)