summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-17 20:13:29 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-17 20:13:29 +0000
commit07c26758d8a8af28845d534a29b0d35269126108 (patch)
treeebb54290c2f0f216745537d8678e4940fd870b6b
parent884c3d3ddf0e3e9e7d5cbc60656306015c536f88 (diff)
downloadredis-py-07c26758d8a8af28845d534a29b0d35269126108.tar.gz
Use the -a flag instead of "combine"
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 919ad6a..13ffb5b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,8 +14,7 @@ deps =
extras =
hiredis: hiredis
commands =
- {envpython} -b -m coverage run -p -m pytest -W always {posargs}
- {envpython} -b -m coverage combine --append
+ {envpython} -b -m coverage run -a -m pytest -W always {posargs}
[testenv:flake8]
basepython = python3.6