From 2b37bdb9f0d03394ad940911a4cfa25bec420650 Mon Sep 17 00:00:00 2001 From: steenzout Date: Fri, 30 Oct 2015 21:38:44 -0600 Subject: [PATCH] integration with landscape.io - added badge - added .landscape.yml --- .landscape.yml | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 .landscape.yml diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 0000000..401d9c3 --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,4 @@ +doc-warnings: yes +test-warnings: no +strictness: veryhigh +max-line-length: 119 diff --git a/README.md b/README.md index 676d084..2a0d4bd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![pypi](https://img.shields.io/pypi/v/monocle.svg)](https://pypi.python.org/pypi/monocle/) [![Build Status](https://travis-ci.org/saucelabs/monocle.png?branch=master)](https://travis-ci.org/saucelabs/monocle) +[![Code Health](https://landscape.io/github/saucelabs/monocle/master/landscape.svg?style=flat)](https://landscape.io/github/saucelabs/monocle/master) monocle straightens out event-driven code using Python's generators. It aims to be portable between event-driven I/O frameworks, and