[COMMON] Add git commit linting
[oom.git] / tox.ini
1 [tox]
2 minversion = 1.6
3 envlist =
4  gitlint,
5 skipsdist=true
6
7 [testenv:gitlint]
8 basepython = python3
9 deps =
10   gitlint
11
12 commands =
13   gitlint
14