Skip to content

Commit 9b6f20c

Browse files
committed
Install typing library stubs for requests in tox
1 parent 249a684 commit 9b6f20c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ deps = flake8
1919
commands = flake8
2020

2121
[testenv:mypy]
22-
deps = mypy
23-
commands = mypy {toxinidir}/src/
22+
deps =
23+
mypy
24+
types-requests
25+
commands = mypy {toxinidir}/setup.py {toxinidir}/src/

0 commit comments

Comments
 (0)