web3-starter-py/boilerplates/project_boilerplate/tox.ini
2023-07-06 17:38:31 -07:00

8 lines
No EOL
150 B
INI

[tox]
envlist = py36, py37, py38, py39, py10
skip_missing_interpreters = true
[testenv:lint]
skip_install = true
deps = flake8
commands = flake8 src/