Commit dfaef15d authored by Christian Ledermann's avatar Christian Ledermann

add coveralls badge

parent 06733732
...@@ -6,8 +6,13 @@ python: ...@@ -6,8 +6,13 @@ python:
- "2.6" - "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# install: PLEASE CHANGE ME # install: PLEASE CHANGE ME
install:
pip install coveralls --use-mirrors
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: python setup.py test
script:
coverage run --source=fastkml setup.py test
notifications: notifications:
email: email:
......
...@@ -19,7 +19,10 @@ Geometries are handled as pygeoif_ or shapely_ (if installed) objects. ...@@ -19,7 +19,10 @@ Geometries are handled as pygeoif_ or shapely_ (if installed) objects.
fastkml is continually tested with *Travis CI* fastkml is continually tested with *Travis CI*
.. image:: https://api.travis-ci.org/cleder/fastkml.png .. image:: https://api.travis-ci.org/cleder/fastkml.png
:target: https://travis-ci.org/cleder/fastkml
.. image:: https://coveralls.io/repos/cleder/fastkml/badge.png?branch=master
:target: https://coveralls.io/r/cleder/fastkml?branch=master
Limitations Limitations
=========== ===========
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment