From 568493ad2411c18c04c5f4799ca3ec0c3d72a516 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 7 Aug 2016 19:15:08 -0400 Subject: [PATCH] Add badges to README --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index c61733c..9eec411 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,11 @@ flask-env ========= +.. image:: https://badge.fury.io/py/flask-env.svg + :target: https://badge.fury.io/py/flask-env +.. image:: https://travis-ci.org/brettlangdon/flask-env.svg?branch=master + :target: https://travis-ci.org/brettlangdon/flask-env + Easily set `Flask `_ settings from environment variables. The reason for using :code:`flask-env` is to be able to follow the `12-factor app `_ suggestions for configuring your application.