Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Daigle committed May 20, 2015
1 parent b59dc2b commit 55d6506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,5 +8,5 @@ install:
script:
- nosetests --with-coverage --cover-package=bitpay --cover-html
- behave
after_sucess:
after_success:
- coveralls
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -8,6 +8,7 @@ Powerful, flexible, lightweight interface to the cryptographically secure BitPay
[![Supported Python versions](https://pypip.in/py_versions/bitpay_py2/badge.svg?style=flat-square)](https://pypi.python.org/pypi/bitpay-py2/)
[![Code Climate](https://img.shields.io/codeclimate/github/bitpay/bitpay-python-py2.svg?style=flat-square)](https://codeclimate.com/github/bitpay/bitpay-python-py2)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/bitpay/bitpay-python-py2.svg?style=flat-square)](https://scrutinizer-ci.com/g/bitpay/bitpay-python-py2/)
[![Coveralls](https://img.shields.io/coveralls/bitpay/bitpay-python-py2.svg?style=flat-square)](https://coveralls.io/r/bitpay/bitpay-python-py2)

This library is only compatible with Python 2. If you're using Python 3.x, please use our separate [bitpay-python](https://github.com/ionux/bitpay-python) library.

Expand All @@ -20,7 +21,7 @@ API Documentation is available on the [BitPay site](https://bitpay.com/api).

## Running the Tests

Before running the behavior tests, you will need a test.bitpay.com account and you will need to set the local constants.
Before running the behavior tests, you will need a test.bitpay.com account and you will need to set the local constants.

To set constants:
> source tasks/set_constants.sh "https://test.bitpay.com" your@email yourpassword
Expand All @@ -30,7 +31,7 @@ To run unit tests:

To run behavior tests:
> behave

## Found a bug?

Let us know! Send a pull request or a patch. Questions? Ask! We're here to help. We will respond to all filed issues.
Expand Down

0 comments on commit 55d6506

Please sign in to comment.