From 43443d0afc05ace14ce0ad7dd82ae51fcb2ccf27 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Thu, 7 Jan 2016 11:54:48 -0500 Subject: [PATCH] Added to jazzband --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 94bfa6c..543f4e8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ django-discover-jenkins ======================= -[![Downloads](https://pypip.in/v/django-discover-jenkins/badge.png)](https://crate.io/packages/django-discover-jenkins) [![Build Status](https://drone.io/github.com/lincolnloop/django-discover-jenkins/status.png)](https://drone.io/github.com/lincolnloop/django-discover-jenkins/latest) [![PyPi Downloads](https://pypip.in/d/django-discover-jenkins/badge.png)](https://crate.io/packages/django-discover-jenkins/) - +.. image:: https://jazzband.co/static/img/badge.svg + :alt: Jazzband + :target: https://jazzband.co/ + A streamlined fork of django-jenkins designed to work with the default test command and the discover runner. [Read the Docs](https://django-discover-jenkins.readthedocs.org/) @@ -22,10 +24,3 @@ What's Changed? * **No management commands are provided.** Since Django 1.4, the built in 'test' command has allowed the test runner to define additional options that the management command will accept. * **It doesn't use signals.** Instead of using the event/callback style of signals and using `inspect.getmembers` to connect everything, the test runner simply checks for key methods on each task the same way Django's request handler checks for methods on middleware. * **Not everything works yet.** Only a subset of the django-jenkins tasks have been ported at this point. I'd love to accept your pull requests to add more of them. - -Who? ----- - -First and foremost, the authors of [django-jenkins](https://github.com/kmmbvnr/django-jenkins) are responsible for the basis of most of this code. I ([Brandon Konkle](https://github.com/bkonkle)) just took it apart and put it back together again in a different way, then fixed or reworked some things. Thank you to the contributors of that project! - -For the full list of original authors and for the contributors to this project, see the AUTHORS.md file.