Skip to content

Commit 07c2675

Browse files
author
Andrew Brookins
committed
Use the -a flag instead of "combine"
1 parent 884c3d3 commit 07c2675

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

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

2019
[testenv:flake8]
2120
basepython = python3.6

0 commit comments

Comments
 (0)