12 lines
133 B
INI
12 lines
133 B
INI
[tox]
|
|
isolated_build = True
|
|
envlist = py310
|
|
|
|
[testenv]
|
|
deps =
|
|
black
|
|
pytest
|
|
commands =
|
|
black --check bopytex
|
|
pytest .
|