Core: add tox for testing

This commit is contained in:
Bertrand Benjamin 2022-07-28 10:07:21 +02:00
parent b2bbc0a24f
commit 81b64c525c
1 changed files with 11 additions and 0 deletions

11
tox.ini Normal file
View File

@ -0,0 +1,11 @@
[tox]
isolated_build = True
envlist = py310
[testenv]
deps =
black
pytest
commands =
black --check bopytex
pytest .