Skip to content

Commit

Permalink
Add support for coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Aug 31, 2014
1 parent d60b143 commit d85159d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -6,5 +6,10 @@ python:
- "3.4"
install:
- pip install ofxstatement --use-mirrors
- pip install coverage --use-mirrors
- pip install python-coveralls --use-mirrors
script:
- python setup.py test -v
- coverage run --source=src/ofxstatement setup.py test -v
- python setup.py install
after_success:
coveralls
2 changes: 2 additions & 0 deletions README.rst
@@ -1,5 +1,7 @@
.. image:: https://travis-ci.org/nblock/ofxstatement-austrian.svg?branch=master
:target: https://travis-ci.org/nblock/ofxstatement-austrian
.. image:: https://coveralls.io/repos/nblock/ofxstatement-austrian/badge.png?branch=master
:target: https://coveralls.io/r/nblock/ofxstatement-austrian?branch=master

A collection of parsers for proprietary statement formats, produced by certain
austrian banks. It is a plugin for `ofxstatement`_.
Expand Down

0 comments on commit d85159d

Please sign in to comment.