14 lines
143 B
INI
14 lines
143 B
INI
|
[tox]
|
||
|
isolated_build = true
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
pytest
|
||
|
mypy
|
||
|
pytest-mypy
|
||
|
types-requests
|
||
|
-rrequirements.txt
|
||
|
commands =
|
||
|
pytest
|
||
|
pytest --mypy
|