mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-17 20:28:43 -04:00
8 lines
No EOL
150 B
INI
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/ |