Skip to content

Commit f0bf2c7

Browse files
committed
Run coverage when testing with Python 3.7
1 parent d7b0437 commit f0bf2c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ deps =
66
.[test]
77
commands =
88
py{27,py}: pytest graphql tests {posargs}
9-
py{35,36,37,38,py3}: pytest graphql tests tests_py35 {posargs}
9+
py{35,36,38,py3}: pytest graphql tests tests_py35 {posargs}
10+
py{37}: pytest graphql tests tests_py35 {posargs: --cov-report=term-missing --cov=graphql}
1011

1112
[testenv:pre-commit]
1213
basepython=python3.8

0 commit comments

Comments
 (0)