summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c68dab1..0a94db8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,12 +3,12 @@ addopts = -s
markers =
redismod: run only the redis module tests
onlycluster: marks tests to be run only with cluster mode redis
- onlynoncluster: marks tests to be run only with non-cluster redis
+ onlynoncluster: marks tests to be run only with standalone redis
[tox]
minversion = 3.2.0
requires = tox-docker
-envlist = {redis,cluster}-{plain,hiredis}-{py35,py36,py37,py38,py39,pypy3},linters
+envlist = {standalone,cluster}-{plain,hiredis}-{py35,py36,py37,py38,py39,pypy3},linters
[docker:master]
name = master