From 5c8d95b27a8daea88132680126839c9dea45f80b Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 24 Jun 2015 20:27:06 +0200 Subject: [PATCH 1/2] Update README.md added travis badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2be20..267e47b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Django Q ##A multiprocessing task queue application for Django +[![](https://travis-ci.org/Koed00/django-q.svg?branch=master)](https://travis-ci.org/Koed00/django-q) ### Status In Alpha and Python 3 only (for now). Everything should work, but the basic structure can still change. @@ -65,4 +66,4 @@ In case of a stop signal, the sentinel will halt the pusher and instruct the wor Packages can be assigned a hook function, upon completion of the package this function will be called with the Task object as the first argument. ### Todo -I'll add to this README while I'm developing the various parts. \ No newline at end of file +I'll add to this README while I'm developing the various parts. From 38872855d8083bd3b90b1c0b4c4933b8d09f0605 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 24 Jun 2015 20:30:07 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 267e47b..eaf5ac5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ##A multiprocessing task queue application for Django [![](https://travis-ci.org/Koed00/django-q.svg?branch=master)](https://travis-ci.org/Koed00/django-q) ### Status -In Alpha and Python 3 only (for now). +In Alpha. Everything should work, but the basic structure can still change. -Main focus will be put on creating tests now. +Main focus is on creating more test, better coverage and stability. ### Architecture