pyrogram/tox.ini

4 lines
103 B
INI
Raw Permalink Normal View History

2020-11-20 00:23:16 +00:00
[testenv]
deps = -rdev-requirements.txt
2021-05-05 11:59:24 +00:00
commands = coverage run -m pytest {posargs}
2020-11-20 00:23:16 +00:00
skip_install = true