Skip to content

Commit 779219c

Browse files
committed
Include deps from the base config in diffcov.
1 parent 178d254 commit 779219c

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
@@ -12,6 +12,7 @@ extras =
1212
[testenv:diffcov]
1313
description = run tests and check that diff from main is covered
1414
deps =
15+
{[testenv]deps}
1516
diff-cover
1617
commands =
1718
pytest {posargs} --cov-report xml

0 commit comments

Comments
 (0)