Skip to content

Commit edd9cb1

Browse files
committed
run coverage in append mode
1 parent 96849ae commit edd9cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77

88
[testenv]
99
downloadcache = {toxworkdir}/cache/
10-
commands=coverage run runtests.py
10+
commands=coverage run -a runtests.py
1111
deps =
1212
-r{toxinidir}/requirements/testing.txt
1313

0 commit comments

Comments
 (0)