summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 2 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index bceab0b..0da66ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ markers =
[tox]
minversion = 3.2.0
requires = tox-docker
-envlist = {standalone,cluster}-{plain,hiredis}-{py36,py37,py38,py39,pypy3},linters,docs
+envlist = {standalone,cluster}-{plain,hiredis,cryptography}-{py36,py37,py38,py39,pypy3},linters,docs
[docker:master]
name = master
@@ -118,6 +118,7 @@ docker =
stunnel
extras =
hiredis: hiredis
+ cryptography: cryptography, requests
setenv =
CLUSTER_URL = "redis://localhost:16379/0"
run_before = {toxinidir}/docker/stunnel/create_certs.sh
@@ -145,12 +146,6 @@ commands =
skipsdist = true
skip_install = true
-[testenv:pypy3-plain]
-basepython = pypy3
-
-[testenv:pypy3-hiredis]
-basepython = pypy3
-
[testenv:docs]
deps_files = docs/requirements.txt
docker =