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 98ed483..0fbb5e8 100644
--- a/tasks.py
+++ b/tasks.py
@@ -65,7 +65,7 @@ def standalone_tests(c):
with and without hiredis."""
print("Starting Redis tests")
_generate_keys()
- run("tox -e standalone-'{plain,hiredis}'")
+ run("tox -e standalone-'{plain,hiredis,cryptography}'")
@task