Updated README.md to include Travis CI build status badge.

This commit is contained in:
Bogdan Berce 2015-03-21 16:50:34 -07:00
Родитель 94b0350ba9
Коммит 077c7771d6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,6 @@
# Application Insights for Python #
[![Build Status](https://travis-ci.org/Microsoft/AppInsights-Python.svg?branch=master)](https://travis-ci.org/Microsoft/AppInsights-Python)
[![PyPI version](https://badge.fury.io/py/applicationinsights.svg)](http://badge.fury.io/py/applicationinsights)
This project extends the Application Insights API surface to support Python. [Application Insights](http://azure.microsoft.com/en-us/services/application-insights/) is a service that allows developers to keep their application available, performing and succeeding. This Python module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal.
@ -185,4 +186,4 @@ def hello_world():
# run the application
if __name__ == '__main__':
app.run()
```
```