Skip to content

Commit 9dd3bff

Browse files
committed
Quote the path to the coverage.ini file
1 parent 9436e24 commit 9dd3bff

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
@@ -79,7 +79,7 @@ commands =
7979

8080
[coverage]
8181
rcfile = {toxinidir}/coverage.ini
82-
rc = --rcfile={[coverage]rcfile}
82+
rc = --rcfile="{[coverage]rcfile}"
8383

8484

8585
[flake8]

0 commit comments

Comments
 (0)