Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Adding badges
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu committed Feb 4, 2018
1 parent e0bd361 commit c8045ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Python3 Flask Rest API with Celery example

[![Build Status](https://travis-ci.org/MatthieuGouel/python-flask-celery-example.svg?branch=master)](https://travis-ci.org/MatthieuGouel/python-flask-celery-example)
[![Coverage Status](https://coveralls.io/repos/github/MatthieuGouel/python-flask-celery-example/badge.svg?branch=master)](https://coveralls.io/github/MatthieuGouel/python-flask-celery-example?branch=master)
[![license](https://img.shields.io/github/license/MatthieuGouel/python-flask-celery-example.svg)](https://github.com/MatthieuGouel/python-flask-celery-example/blob/master/LICENSE)

This project is an example of using Flask-restful and celery to perform asynchronous tasks.

## Installation

Note : The installation into a virtualenv is heavily recommended.
Expand Down

0 comments on commit c8045ab

Please sign in to comment.