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 50d734e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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',
],
)
2 changes: 1 addition & 1 deletion staticmaps_signature/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from staticmaps_signature.signature import StaticMapURLSigner

__all__ = [StaticMapURLSigner]
__version__ = '0.1.0'
__version__ = '0.1.1'
__author__ = 'Rodrigo Martins de Oliveira'
__email__ = 'allrod5@hotmail.com'

0 comments on commit 50d734e

Please # to comment.