Skip to content

Commit

Permalink
Add code climate integration and badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis committed Jul 3, 2017
1 parent 641c2f4 commit 0a26371
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ deploy:
on:
tags: true
branch: master

after_sucess:
- CODECLIMATE_REPO_TOKEN=f71b8777af3523a62c1b487e7d590e1894353daa codeclimate-test-reporter
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This package provides fluent API for `MailGun API`_.

.. _MailGun API: http://mailgun-documentation.readthedocs.io/

|build-status| |docs|
|build-status| |docs| |cc-badge| |cc-issues|

.. toctree::
:maxdepth: 2
Expand Down Expand Up @@ -96,4 +96,11 @@ External Links
:target: http://mailgunv3.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. |cc-badge| image:: https://codeclimate.com/github/martin-majlis/MailGunV3/badges/gpa.svg
:target: https://codeclimate.com/github/martin-majlis/MailGunV3
:alt: Code Climate

.. |cc-issues| image:: https://codeclimate.com/github/martin-majlis/MailGunV3/badges/issue_count.svg
:target: https://codeclimate.com/github/martin-majlis/MailGunV3
:alt: Issue Count

0 comments on commit 0a26371

Please sign in to comment.