diff options
author | Roey Prat <roey.prat@redislabs.com> | 2020-11-09 18:20:40 +0200 |
---|---|---|
committer | Roey Prat <roey.prat@redislabs.com> | 2020-11-09 18:49:44 +0200 |
commit | ec076c63f81f0a9edf63d4de40ec778dc484bdaa (patch) | |
tree | 47b6b71bb6e2cf3170d49d58fdbbaf9f5e9f0259 /README.rst | |
parent | 8c176cdc7f36e2cbcd3254768766035a7b7cd8b3 (diff) | |
download | redis-py-roey/github-actions.tar.gz |
use github actions instead of travis-CIroey/github-actions
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ redis-py The Python interface to the Redis key-value store. -.. image:: https://secure.travis-ci.org/andymccurdy/redis-py.svg?branch=master - :target: https://travis-ci.org/andymccurdy/redis-py +.. image:: https://github.com/andymccurdy/redis-py/workflows/CI/badge.svg?branch=master + :target: https://github.com/andymccurdy/redis-py/actions?query=workflow%3ACI+branch%3Amaster .. image:: https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat :target: https://redis-py.readthedocs.io/en/stable/ .. image:: https://badge.fury.io/py/redis.svg |