Skip to content

Commit 974a8d8

Browse files
authored
Set COVERAGE_FILE in tox.ini to allow for parallel tox runs (#1269)
1 parent 3b668ef commit 974a8d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ passenv =
1414
PYTEST_ADDOPTS
1515
setenv =
1616
HOME=/tmp/nonexistent
17+
COVERAGE_FILE={env_tmp_dir}/.coverage
1718
commands =
1819
python -m coverage run -m pytest {posargs}
1920
python -m coverage html

0 commit comments

Comments
 (0)