lenticular_cloud2/tox.ini

14 lines
145 B
INI
Raw Permalink Normal View History

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