summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-17 20:06:28 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-17 20:06:28 +0000
commit884c3d3ddf0e3e9e7d5cbc60656306015c536f88 (patch)
tree9183beeffeb9120e5bceeb1db0f1c757a9e0dfc9
parent7da4b55a2831db4d0d0da616322fd491ddb9c3d6 (diff)
downloadredis-py-884c3d3ddf0e3e9e7d5cbc60656306015c536f88.tar.gz
Attempt to combine coverage files
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0a01fef..919ad6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,9 @@ deps =
pytest-cov >= 2.10.0
extras =
hiredis: hiredis
-commands = {envpython} -b -m coverage run -m pytest -W always {posargs}
+commands =
+ {envpython} -b -m coverage run -p -m pytest -W always {posargs}
+ {envpython} -b -m coverage combine --append
[testenv:flake8]
basepython = python3.6