13 lines
165 B
INI
13 lines
165 B
INI
|
[tox]
|
||
|
isolated_build = True
|
||
|
envlist = py37,py38,py39
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
black
|
||
|
pylint
|
||
|
pytest
|
||
|
commands =
|
||
|
black minecraft_libs
|
||
|
pylint minecraft_libs
|