Skip to content

Commit f7ac583

Browse files
committed
Drop coverage from testing
1 parent 3a05a2a commit f7ac583

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tox.ini

+1-12
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ skipsdist = True
44

55
[testenv]
66
commands =
7-
coverage run --append -m pytest
8-
coverage report -i --omit='.tox/*'
7+
pytest
98
deps =
109
pytest
11-
# Latest version supported by Python 3.4
12-
coverage==4.5.4
13-
14-
[testenv:begin]
15-
commands = coverage erase
16-
17-
[testenv:end]
18-
commands =
19-
coverage report -i --omit='.tox/*'
20-
coverage html -i --omit='.tox/*'

0 commit comments

Comments
 (0)