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