Skip to content

Commit

Permalink
ignore build, add PyPI badge in readme [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Jun 14, 2016
1 parent 73886dc commit 1b3d3bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ env
.env
.coverage
htmlcov
build
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Coverage Status][coveralls-image]][coveralls-url]
[![Build Status][travis-image]][travis-url]
[![PyPI version][pypi-image]][pypi-url]

Pyton library for [Mifiel](https://www.mifiel.com) API.
Please read our [documentation](https://www.mifiel.com/api-docs/) for instructions on how to start using the API.
Expand Down Expand Up @@ -77,3 +78,6 @@ Just clone the repo, install dependencies as you would in development and run `n

[travis-image]: https://travis-ci.org/Mifiel/python-api-client.svg?branch=master
[travis-url]: https://travis-ci.org/Mifiel/python-api-client

[pypi-image]: https://badge.fury.io/py/mifiel.svg
[pypi-url]: https://badge.fury.io/py/mifiel

0 comments on commit 1b3d3bb

Please sign in to comment.