Skip to content

Commit 1dbade7

Browse files
committed
fixing tox standalone
1 parent 5dcac16 commit 1dbade7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ extras =
108108
setenv =
109109
CLUSTER_URL = "redis://localhost:16379/0"
110110
commands =
111-
redis: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' {posargs}
111+
standalone: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' {posargs}
112112
cluster: pytest --cov=./ --cov-report=xml:coverage_cluster.xml -W always -m 'not onlynoncluster and not redismod' --redis-url={env:CLUSTER_URL:} {posargs}
113113

114114
[testenv:devenv]

0 commit comments

Comments
 (0)