Files
Grzegorz Michalski 2c225d68ac init
2026-03-02 09:47:35 +01:00

17 lines
185 B
INI

# tox.ini
[tox]
envlist = py310, format
[testenv]
deps =
pytest
commands =
pytest
[testenv:format]
basepython = python3
deps =
black
commands =
black --check --diff .