From 2ef826fb64bc36bb2617b74e1d5adba9b47e901c Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Thu, 22 Jan 2015 16:03:55 -0500 Subject: [PATCH] Improve documentation --- AUTHORS.md | 1 + docs/install.rst | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index c763acb..b40095b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,6 +2,7 @@ Authors ======= * Brandon Konkle (https://github.com/bkonkle) +* Camilo Nova (https://github.com/camilonova) * Jeff Triplett (https://github.com/jefftriplett) * Vladimir Iakovlev (https://github.com/nvbn) * Nick Lang (https://github.com/fxdgear) diff --git a/docs/install.rst b/docs/install.rst index b23c89a..16385fa 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -7,6 +7,10 @@ From PyPI:: pip install django-discover-jenkins +Due to a bug in the coverage library you have to use this specific version:: + + pip install coverage==3.5 + Configuration -------------