Skip to content

Commit

Permalink
Add coveralls CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoni committed Mar 4, 2015
1 parent 8074e6c commit 6a50dc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python:
- "3.3"
- "3.4"
install:
- pip install -r requirements/development
- pip install -r requirements/development python-coveralls
script:
- make testlocal
after_success:
- coveralls
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ containers or trigger other custom behaviour.*

.. image:: https://travis-ci.org/zoni/docker-image-updater.svg?branch=master
:target: https://travis-ci.org/zoni/docker-image-updater
.. image:: https://coveralls.io/repos/zoni/docker-image-updater/badge.svg?branch=master
:target: https://coveralls.io/r/zoni/docker-image-updater


Installation
------------
Expand Down

0 comments on commit 6a50dc6

Please sign in to comment.