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 -------------