Update README.md

added travis badge
This commit is contained in:
Ilan Steemers
2015-06-24 20:27:06 +02:00
parent d0880d06ac
commit 5c8d95b27a
+2 -1
View File
@@ -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.
I'll add to this README while I'm developing the various parts.