LambdaMOO-inspired framework for writing text adventures in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyoo/tox.ini

14 lines
159 B

[tox]
envlist = py36, py37, py38, py39
[testenv]
deps =
flake8
mypy
commands =
flake8
mypy -p pyoo
[flake8]
max-line-length = 120
max-complexity = 15