summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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