@@ -4,15 +4,14 @@ Ethereum -- Next generation cryptocurrency network
4
4
5
5
Ethereum Python Client
6
6
======================
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
15
7
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
+ +-----------+------------------+------------------+--------------------+--------------------+
16
15
17
16
Quickstart
18
17
-------------
@@ -56,3 +55,21 @@ Licence
56
55
See LICENCE
57
56
58
57
`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