From 4d8ae2a694815ba617964605b40148f5a457799f Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Sun, 13 Mar 2016 17:30:57 +0100 Subject: [PATCH] I fail to see how Mule would help in Continuous Integration scenarios afaik Mule is an Enterprise Service Bus, which can be useful in enterprise application integration scenarios, but imo it is really is not useful in the context of continuous integration of Python programs. --- docs/scenarios/ci.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 43b422094..aa8d1968f 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -31,17 +31,6 @@ Buildbot automate the compile/test cycle to validate code changes. -Mule ------ - -`Mule `_ -is a lightweight integration platform that enables you to connect anything, -anywhere. You can use Mule to intelligently manage message routing, data -mapping, orchestration, reliability, security and scalability between nodes. -Plug other systems and applications into Mule and let it handle all the -communication between systems, enabling you to track and monitor everything -that happens. - Tox ---