We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30644e commit ba337e8Copy full SHA for ba337e8
1 file changed
tox.ini
@@ -104,6 +104,7 @@ basepython = python3
104
deps = mypy
105
commands =
106
{envpython} -m mypy --config-file {toxinidir}/setup.cfg {posargs}
107
+ {envpython} -m mypy.stubtest --mypy-config-file {toxinidir}/setup.cfg ldap._ldap {posargs}
108
109
[testenv:doc]
110
basepython = python3
0 commit comments