Add os cyclic test
[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 install_command = python -m pip install --no-cache-dir {opts} {packages}
19 deps =
20    coala
21    coala-bears
22    pygments~=2.3.1
23    requests~=2.21.0
24    nodeenv
25 commands =
26    nodeenv -p
27    npm install --global write-good
28    coala --non-interactive