mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-04-26 18:59:18 -04:00
8 lines
150 B
INI
8 lines
150 B
INI
[tox]
|
|
envlist = py36, py37, py38, py39, py10
|
|
skip_missing_interpreters = true
|
|
|
|
[testenv:lint]
|
|
skip_install = true
|
|
deps = flake8
|
|
commands = flake8 src/ |