summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 30a245409fa9ea204e24c66783c65e2f9ff4b3b9 (plain)
1
2
3
4
5
6
7
8
9
[testenv:linters]
deps =
  make
  flake8
  yamllint
allowlist_externals = make
commands =
  make flake8
  yamllint -s .