Add Python 3 support state badge.

This commit is contained in:
Vincent Driessen 2014-07-23 13:08:24 +02:00
parent 2ab7276230
commit e1d134e64d
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/rq)
RQ (_Redis Queue_) is a simple Python library for queueing jobs and processing
them in the background with workers. It is backed by Redis and it is designed
to have a low barrier to entry. It should be integrated in your web stack
easily.
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/rq)
[![Can I Use Python 3?](https://caniusepython3.com/project/rq.svg)](https://caniusepython3.com/project/rq)
## Getting started