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

add coverage

parent 50a60cb2
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ matrix:
- PEP8=1
before_install:
- pip install pep8==1.6.2
- pip install pyflakes, flake8
- pip install flake8
script:
- flake8
- os: linux
......@@ -38,12 +38,11 @@ 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 pipenv
- pip install six nose coverage codecov codecov pytest pytest-cov
script:
- pipenv install --three --dev
- pipenv install .
- pipenv run py.test
- python setup.py build
- pytest --cov=./
after_success:
- codecov
\ No newline at end of file
......@@ -5,11 +5,14 @@ steempy - Unofficial Python 3 Library for Steem
steemi is an unofficial python 3 library for steem, which is created new from scratch from https://github.com/xeroc/python-bitshares.
.. image:: https://travis-ci.org/holgern/pySteemi.svg?branch=master
:target: https://travis-ci.org/holgern/pySteemi
.. image:: https://travis-ci.org/holgern/steempy.svg?branch=master
:target: https://travis-ci.org/holgern/steempy
.. image:: https://ci.appveyor.com/api/projects/status/3mnnhx4vo240mb4g?svg=true
:target: https://ci.appveyor.com/project/holger80/pySteemi
:target: https://ci.appveyor.com/project/holger80/steempy
.. image:: https://codecov.io/gh/holgern/steempy/branch/master/graph/badge.svg
:target: https://codecov.io/gh/holgern/steempy
Installation
============
......
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