Skip to content
Snippets Groups Projects
Commit 40e5b52f authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

add coveralls and readme improved

parent d1c216f0
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ before_install: ...@@ -60,7 +60,7 @@ before_install:
- pip install --upgrade pip - pip install --upgrade pip
- pip install --upgrade wheel - pip install --upgrade wheel
# Set numpy version first, other packages link against it # 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: script:
- tox - tox
......
...@@ -3,8 +3,8 @@ beem - Unofficial Python Library for Steem ...@@ -3,8 +3,8 @@ beem - Unofficial Python Library for Steem
!!!Alpha-State, be carefull!!! !!!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. 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 depends on https://github.com/xeroc/python-graphenelib. 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 .. image:: https://img.shields.io/pypi/v/beem.svg
:target: https://pypi.python.org/pypi/beem/ :target: https://pypi.python.org/pypi/beem/
...@@ -175,4 +175,10 @@ This library is licensed under the MIT License. ...@@ -175,4 +175,10 @@ This library is licensed under the MIT License.
Acknowledgements Acknowledgements
================ ================
https://github.com/xeroc/python-bitshares and https://github.com/xeroc/python-graphenelib were created by Fabian Schuh (xeroc). `python-bitshares`_ and `python-graphenelib`_ were created by Fabian Schuh (xeroc).
\ No newline at end of file
.. _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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment