2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-22 01:47:34 +00:00
pyrogram/tox.ini

4 lines
103 B
INI
Raw Normal View History

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