Skip to content

Commit

Permalink
Add coveralls and landscape.io hooks/badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Jun 29, 2015
1 parent 91f7f0d commit adf9546
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install ordereddict; fi
- pip install pycurl
- pip -v install -r requirements.txt
- pip install coveralls
script:
- python installer/setup.py build_ext -i
- nosetests -w tests/ -v --with-coverage
after_success:
coveralls
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Status
.. image:: https://travis-ci.org/GeoscienceAustralia/tcrm.svg?branch=tc-dat
:target: https://travis-ci.org/GeoscienceAustralia/tcrm
:alt: Build status


.. image:: https://coveralls.io/repos/GeoscienceAustralia/tcrm/badge.svg?branch=tc-dat
:target: https://coveralls.io/r/GeoscienceAustralia/tcrm?branch=tc-dat
:alt: Test coverage


.. image:: https://landscape.io/github/GeoscienceAustralia/tcrm/tc-dat/landscape.svg?style=flat
:target: https://landscape.io/github/GeoscienceAustralia/tcrm/tc-dat
Expand Down

0 comments on commit adf9546

Please sign in to comment.