Skip to content

Commit 9aef48b

Browse files
committed
Tremedously speed up testing by only doing coverage reporting on the actual source files
Previously coverage would include the `.tox` directory among others, making everything very slow.
1 parent 1759c1d commit 9aef48b

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 = py.test --cov=./
5+
commands = pytest --cov=multiaddr
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)