Skip to content
Snippets Groups Projects
Commit 0b54b290 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add coveralls support; More badges

parent 3427f0af
Branches
Tags
No related merge requests found
...@@ -4,8 +4,13 @@ python: ...@@ -4,8 +4,13 @@ python:
- "2.7" - "2.7"
- "3.2" - "3.2"
- "3.3" - "3.3"
before_install:
- sudo apt-get update -qq
- pip install coveralls
install: install:
- "python bootstrap.py" - "python bootstrap.py"
- "./bin/buildout" - "./bin/buildout"
script: script:
- "./bin/nosetests -sv" - "./bin/coverage run --source=xbob.extension ./bin/nosetests -sv"
after_success:
- "coveralls"
.. vim: set fileencoding=utf-8 :
.. Andre Anjos <andre.anjos@idiap.ch>
.. Thu 30 Jan 08:46:53 2014 CET
.. image:: https://travis-ci.org/bioidiap/xbob.buildout.svg?branch=master .. image:: https://travis-ci.org/bioidiap/xbob.buildout.svg?branch=master
:target: https://travis-ci.org/bioidiap/xbob.buildout :target: https://travis-ci.org/bioidiap/xbob.buildout
.. image:: https://coveralls.io/repos/bioidiap/xbob.buildout/badge.png
:target: https://coveralls.io/r/bioidiap/xbob.buildout
.. image:: http://img.shields.io/github/tag/bioidiap/xbob.buildout.png
:target: https://github.com/bioidiap/xbob.buildout
.. image:: http://img.shields.io/pypi/v/xbob.buildout.png
:target: https://pypi.python.org/pypi/xbob.buildout
.. image:: http://img.shields.io/pypi/dm/xbob.buildout.png
:target: https://pypi.python.org/pypi/xbob.buildout
=================================== ===================================
Buildout Recipes for Bob Packages Buildout Recipes for Bob Packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment