Skip to content

Commit 8040eca

Browse files
committed
Generate local HTML coverage files for quick feedback after changes
1 parent 917895d commit 8040eca

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
@@ -2,7 +2,7 @@
22
envlist = py27, py34, py35, py36, py37, pypy3
33

44
[testenv]
5-
commands = pytest --cov=multiaddr
5+
commands = pytest --cov=multiaddr --cov-report=term --cov-report=html:build/test-{envname}
66

77
; If you want to make tox run the tests with the same versions, create a
88
; requirements.txt with the pinned versions and uncomment the following lines:

0 commit comments

Comments
 (0)