blob: 60f93a35e496e8ecbe303e6a734241c9935c6884 [file] [log] [blame]
Sylvain Desbureaux3c393e52020-12-07 09:15:19 +01001[tox]
2minversion = 1.6
3envlist =
4 gitlint,
5skipsdist=true
6
7[testenv:gitlint]
8basepython = python3
9deps =
10 gitlint
11
12commands =
13 gitlint
14