From 40e5b52fc0750c9c8238ba712ae2e80442a45ad1 Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Thu, 1 Mar 2018 22:13:25 +0100
Subject: [PATCH] add coveralls and readme improved

---
 .travis.yml |  2 +-
 README.rst  | 12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 325e5424..96888de0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ before_install:
   - pip install --upgrade pip
   - pip install --upgrade wheel
   # Set numpy version first, other packages link against it
-  - pip install six nose coverage codecov tox-travis pytest pytest-cov
+  - pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls
 
 script:
  - tox
diff --git a/README.rst b/README.rst
index 91bf2a0d..85317229 100644
--- a/README.rst
+++ b/README.rst
@@ -3,8 +3,8 @@ beem - Unofficial Python Library for Steem
 
 !!!Alpha-State, be carefull!!!
 
-beem is an unofficial python library for steem, which is created new from scratch from https://github.com/xeroc/python-bitshares.
-The library name is derived from a beam maschine, similar to the analogy between steem and steam. beem depends on https://github.com/xeroc/python-graphenelib.
+beem is an unofficial python library for steem, which is created new from scratch from `python-bitshares`_
+The library name is derived from a beam maschine, similar to the analogy between steem and steam. beem includes `python-graphenelib`_.
 
 .. image:: https://img.shields.io/pypi/v/beem.svg
     :target: https://pypi.python.org/pypi/beem/
@@ -175,4 +175,10 @@ This library is licensed under the MIT License.
 
 Acknowledgements
 ================
-https://github.com/xeroc/python-bitshares and https://github.com/xeroc/python-graphenelib were created by Fabian Schuh (xeroc).
\ No newline at end of file
+`python-bitshares`_ and `python-graphenelib`_ were created by Fabian Schuh (xeroc).
+
+
+.. _python-graphenelib: https://github.com/xeroc/python-graphenelib
+.. _python-bitshares: https://github.com/xeroc/python-bitshares
+.. _Python: http://python.org
+.. _Anaconda: https://www.continuum.io
-- 
GitLab