summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 9291e7e..880e70d 100644
--- a/tasks.py
+++ b/tasks.py
@@ -55,7 +55,7 @@ def standalone_tests(c):
"""Run all Redis tests against the current python,
with and without hiredis."""
print("Starting Redis tests")
- run("tox -e standalone-'{hiredis}'")
+ run("tox -e standalone-'{plain,hiredis}'")
@task