363a381ab1c451051344e7c6dd4d4d56a52ee3a8
[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 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
18 deps =
19    coala
20    coala-bears
21    nodeenv
22 commands =
23    nodeenv -p
24    npm install --global write-good
25    coala --non-interactive