Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge 1670b1d into 3c32f2e
Browse files Browse the repository at this point in the history
  • Loading branch information
pidah committed Mar 23, 2015
2 parents 3c32f2e + 1670b1d commit 169fb43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

language: python

install:
- pip install coveralls

python:
- "2.7"

# command to install dependencies and run tests
script: python setup.py test
script:
coverage run --source=bootstrap_cfn setup.py test

after_success:
coveralls

3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. image:: https://travis-ci.org/ministryofjustice/bootstrap-cfn.svg
:target: https://travis-ci.org/ministryofjustice/bootstrap-cfn

.. image:: https://coveralls.io/repos/ministryofjustice/bootstrap-cfn/badge.svg
:target: https://coveralls.io/r/ministryofjustice/bootstrap-cfn

Ministry of Justice - Cloudformation
=====================================

Expand Down

0 comments on commit 169fb43

Please sign in to comment.