Bopytex/tox.ini

12 lines
133 B
INI

[tox]
isolated_build = True
envlist = py310
[testenv]
deps =
black
pytest
commands =
black --check bopytex
pytest .