Skip to content

Commit 9f42df1

Browse files
committed
test coverage
1 parent 52e0837 commit 9f42df1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ skip_missing_interpreters =
55
True
66

77
[testenv]
8+
deps=coverage
89
commands =
910
python setup.py install
10-
python setup.py test
11+
coverage run setup.py test
12+
coverage report --omit='.tox/*'
13+
coverage html --omit='.tox/*'

0 commit comments

Comments
 (0)