summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-10-25 17:18:27 +0300
committerGitHub <noreply@github.com>2021-10-25 17:18:27 +0300
commitddd1496782cc8eb15fca6c9059b2b08a03efe366 (patch)
treeab907bd2fd2f7cfb951e750de69ea9d4478a5b9c /tasks.py
parent3946da29d7e451a20289fb6e282516fa24e402af (diff)
downloadredis-py-ddd1496782cc8eb15fca6c9059b2b08a03efe366.tar.gz
Adding support for redisearch (#1640)
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 15e983b..aa965c6 100644
--- a/tasks.py
+++ b/tasks.py
@@ -17,7 +17,6 @@ def devenv(c):
cmd = 'tox -e devenv'
for d in dockers:
cmd += " --docker-dont-stop={}".format(d)
- print("Running: {}".format(cmd))
run(cmd)