From ecd33a503f28b226d2503988cfec2fab6030d566 Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 3 Sep 2015 20:24:57 +0800 Subject: [PATCH] add Code Quality section under Services --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 14f94922..d9925127 100644 --- a/README.md +++ b/README.md @@ -1145,6 +1145,11 @@ Online tools and APIs to simplify development. * [Travis CI Pro](https://travis-ci.com) - Take care of running your tests and deploying your private apps. * [Vexor CI](https://vexor.io) - A continuous integration tool for private apps with pay-per-minute billing model. +## Code Quality + +* [Landscape](https://landscape.io/) - An early warning system for your Python codebase. +* [QuantifiedCode](https://www.quantifiedcode.com/) - A data-driven, automated, continuous code review tool. + # Resources Where to discover new Python libraries.