Skip to content

Commit 9d9e67b

Browse files
authored
Merge pull request #552 from boriel/test/fix_tox_config
test: fix tox.ini config
2 parents 7f2c82d + e2a45bd commit 9d9e67b

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)