diff --git a/.travis.yml b/.travis.yml index 4e28a17..82c5344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.rst b/README.rst index 940bb2e..45f98b1 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------