Skip to content

Commit

Permalink
Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-oliv committed Sep 25, 2017
1 parent d0b3906 commit ed14bd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@ Easily sign Google StaticMap API request urls with your API Key or Client ID.

Python 2.x and 3.x are supported.

.. image:: https://travis-ci.org/allrod5/staticmaps-signature.svg?branch=master
.. |build| image:: https://travis-ci.org/allrod5/staticmaps-signature.svg?branch=master
:target: https://travis-ci.org/allrod5/staticmaps-signature

:scale: 100%
:align: middle
.. |coverage| image:: https://coveralls.io/repos/github/allrod5/staticmaps-signature/badge.svg?branch=master
:target: https://coveralls.io/github/allrod5/staticmaps-signature?branch=master
:scale: 100%
:align: middle

+---------+------------+
| |build| | |coverage| |
+---------+------------+

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ def grep(attrname):
platforms='any',
install_requires=[
'coverage',
'coveralls',
],
setup_requires=[
'pytest-runner',
],
tests_require=[
'pytest',
'coveralls',
],
)

0 comments on commit ed14bd7

Please # to comment.