Merge "Add verify for signed patch"
[validation.git] / tox.ini
1 [tox]
2 minversion = 1.6
3 envlist =
4    signedCommit,
5    coala,
6 skipsdist = true
7 passenv = TOX_WORK_DIR
8 toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
9
10 [testenv:signedCommit]
11 whitelist_externals = bash
12 commands =
13    bash utils/signed.sh
14
15 [testenv:coala]
16 basepython = python3
17 deps =
18    coala
19    coala-bears
20    nodeenv
21 commands =
22    nodeenv -p
23    npm install --global write-good
24    coala --non-interactive