summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-17 20:43:51 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-17 20:43:51 +0000
commit4c6cd16bc9ebe75f34a5934cab1e67d1ab8f0bf9 (patch)
tree9183beeffeb9120e5bceeb1db0f1c757a9e0dfc9
parent07c26758d8a8af28845d534a29b0d35269126108 (diff)
downloadredis-py-4c6cd16bc9ebe75f34a5934cab1e67d1ab8f0bf9.tar.gz
Go back to "merge" -- -a failed
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 13ffb5b..919ad6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,8 @@ deps =
extras =
hiredis: hiredis
commands =
- {envpython} -b -m coverage run -a -m pytest -W always {posargs}
+ {envpython} -b -m coverage run -p -m pytest -W always {posargs}
+ {envpython} -b -m coverage combine --append
[testenv:flake8]
basepython = python3.6