lenticular_cloud2/tox.ini

14 lines
143 B
INI
Raw Normal View History

2022-02-04 22:02:27 +00:00
[tox]
isolated_build = true
[testenv]
deps =
pytest
mypy
pytest-mypy
types-requests
-rrequirements.txt
commands =
pytest
pytest --mypy