mirror of https://github.com/rq/rq.git
Merge pull request #545 from tonyseek/replace-pypipins
Use shields.io instead of pypip.in.
This commit is contained in:
commit
fcb1e1fdfa
|
@ -6,7 +6,7 @@ easily.
|
|||
RQ requires Redis >= 2.7.0.
|
||||
|
||||
[![Build status](https://travis-ci.org/nvie/rq.svg?branch=master)](https://secure.travis-ci.org/nvie/rq)
|
||||
[![Downloads](https://pypip.in/d/rq/badge.svg)](https://pypi.python.org/pypi/rq)
|
||||
[![Downloads](https://img.shields.io/pypi/dm/rq.svg)](https://pypi.python.org/pypi/rq)
|
||||
[![Can I Use Python 3?](https://caniusepython3.com/project/rq.svg)](https://caniusepython3.com/project/rq)
|
||||
[![Coverage Status](https://img.shields.io/coveralls/nvie/rq.svg)](https://coveralls.io/r/nvie/rq)
|
||||
|
||||
|
|
Loading…
Reference in New Issue