mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
4 lines
103 B
INI
4 lines
103 B
INI
[testenv]
|
|
deps = -rdev-requirements.txt
|
|
commands = coverage run -m pytest {posargs}
|
|
skip_install = true |