Skip to content
Snippets Groups Projects
Commit fcebefa4 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Send coverage to coveralls

parent 20428a15
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ python:
install:
- python setup.py install
- pip install pytest-pep8 pytest-cov coveralls
script:
- python setup.py test
- py.test --pep8 mwclient -v --cov mwclient tests
after_success:
- coveralls
.. image:: http://img.shields.io/travis/mwclient/mwclient.svg?style=flat
.. image:: http://img.shields.io/travis/mwclient/mwclient.svg
:target: https://travis-ci.org/mwclient/mwclient
:alt: Build status
.. image:: http://img.shields.io/pypi/v/mwclient.svg?style=flat
.. image:: http://img.shields.io/coveralls/mwclient/mwclient.svg
:target: https://coveralls.io/r/mwclient/mwclient
:alt: Test coverage
.. image:: http://img.shields.io/pypi/v/mwclient.svg
:target: https://pypi.python.org/pypi/mwclient
:alt: Latest version
.. image:: http://img.shields.io/pypi/dw/mwclient.svg?style=flat
.. image:: http://img.shields.io/pypi/dw/mwclient.svg
:target: https://pypi.python.org/pypi/mwclient
:alt: Downloads
.. image:: https://img.shields.io/github/license/mwclient/mwclient.svg
:target: http://opensource.org/licenses/MIT
:alt: MIT license
mwclient
========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment