Skip to content

Commit 4c6cd16

Browse files
author
Andrew Brookins
committed
Go back to "merge" -- -a failed
1 parent 07c2675 commit 4c6cd16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ deps =
1414
extras =
1515
hiredis: hiredis
1616
commands =
17-
{envpython} -b -m coverage run -a -m pytest -W always {posargs}
17+
{envpython} -b -m coverage run -p -m pytest -W always {posargs}
18+
{envpython} -b -m coverage combine --append
1819

1920
[testenv:flake8]
2021
basepython = python3.6

0 commit comments

Comments
 (0)