We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b0437 commit f0bf2c7Copy full SHA for f0bf2c7
tox.ini
@@ -6,7 +6,8 @@ deps =
6
.[test]
7
commands =
8
py{27,py}: pytest graphql tests {posargs}
9
- py{35,36,37,38,py3}: pytest graphql tests tests_py35 {posargs}
+ 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}
11
12
[testenv:pre-commit]
13
basepython=python3.8
0 commit comments