MTPyroger/tox.ini
2021-05-05 13:59:24 +02:00

4 lines
103 B
INI

[testenv]
deps = -rdev-requirements.txt
commands = coverage run -m pytest {posargs}
skip_install = true