mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
4 lines
No EOL
103 B
INI
4 lines
No EOL
103 B
INI
[testenv]
|
|
deps = -rdev-requirements.txt
|
|
commands = coverage run -m pytest {posargs}
|
|
skip_install = true |