This repository has been archived on 2022-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
minecraft-libs-parser/tox.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