diff options
| -rw-r--r-- | .travis.yml | 5 | ||||
| -rw-r--r-- | README.md | 1 | 
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15fe61959..0698b0280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,14 @@ python:    - "3.5"  install: -  - pip install tox-travis +  - pip install tox-travis coveralls  script:    - tox +after_success: +  - coveralls +  notifications:    email:      recipients: @@ -1,5 +1,6 @@  [](https://gitter.im/openshift/openshift-ansible)  [](https://travis-ci.org/openshift/openshift-ansible) +[](https://coveralls.io/github/openshift/openshift-ansible?branch=master)  # OpenShift Ansible  | 
