/
githubmirror
/
sherlock
Обзор
Документация
Войти
/
githubmirror
/
sherlock
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tox.ini
42 строки
616 B
Paul Pfeister
chore: deprecate 3.8, 3.9
14 сен 2025, 08:10
Не верифицирован
14 сен 2025, 08:10
702bfee
Код
Авторство
О чём код?
[tox] requires = tox >= 3 envlist = lint py313 py312 py311 py310 [testenv] description = Attempt to build and install the package deps = coverage jsonschema pytest rstr allowlist_externals = coverage commands = coverage run --source=sherlock_project --module pytest -v coverage report --show-missing [testenv:offline] deps = jsonschema pytest commands = pytest -v -m "not online" [testenv:lint] description = Lint with Ruff deps = ruff commands = ruff check [gh-actions] python = 3.13: py313 3.12: py312 3.11: py311 3.10: py310