From a8a8af4d17f0c7c71e28ba68d66e986c092759f4 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 19 Aug 2010 00:05:38 +0200 Subject: [PATCH] We turned of Hudson's IRC nagging a long time ago --- docs/development/contributing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index dc982dac..16200162 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -109,8 +109,7 @@ Continuous integration server We run a continuous integration server called Hudson at http://hudson.mopidy.com/ that runs all test on multiple platforms (Ubuntu, OS -X, etc.) for every commit we push to GitHub. If the build is broken or fixed, -Hudson will issue notifications to our IRC channel. +X, etc.) for every commit we push to GitHub. In addition to running tests, Hudson also does coverage statistics and uses pylint to check for errors and possible improvements in our code. So, if you're