Skip to content

Commit e2a45bd

Browse files
committed
test: fix tox.ini config
1 parent 7f2c82d commit e2a45bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deps =
1212
commands =
1313
py.test {posargs: \
1414
--cov-report html:htmlcov/{envname} \
15-
--cov . }
15+
--cov src } tests
1616

1717
[flake8]
1818
max-line-length = 120

0 commit comments

Comments
 (0)