From 251ecc54258e2743969865303d3c3862c79aa427 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Fri, 10 Jan 2020 07:16:07 +0700 Subject: [PATCH] docs: add readme badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4976d0a3..af118b44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Functions Framework for Python +# Functions Framework for Python [![Build Status](https://travis-ci.com/GoogleCloudPlatform/functions-framework-python.svg?branch=master)](https://travis-ci.com/GoogleCloudPlatform/functions-framework-python) [![PyPI version](https://badge.fury.io/py/functions-framework.svg)](https://badge.fury.io/py/functions-framework) + An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team.