Skip to content

Commit fbbb83f

Browse files
committed
Guess I need to specify a path
1 parent 199aa22 commit fbbb83f

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,4 +7,4 @@ deps =
77
pytest
88
coverage
99
pytest-cov
10-
commands = py.test --no-cov-on-fail --cov-append --cov {posargs:tests}
10+
commands = py.test --no-cov-on-fail --cov-append --cov=./ {posargs:tests}

0 commit comments

Comments
 (0)