X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=tox.ini;h=64c14864c06317af096e908071f0d0438583f56c;hp=f53943c5a57e44769dfcb4324750469f6c822d4f;hb=288cd2eb7d5bdbce4963e95b5f03234027428055;hpb=e9852ac1d156336faf6c418afe28f2ef172fe406 diff --git a/tox.ini b/tox.ini index f53943c..64c1486 100644 --- a/tox.ini +++ b/tox.ini @@ -1,16 +1,26 @@ [tox] minversion = 1.6 envlist = + signedCommit, coala, skipsdist = true passenv = TOX_WORK_DIR toxworkdir = {env:TOX_WORK_DIR:/tmp/v} +[testenv:signedCommit] +whitelist_externals = bash +commands = + bash utils/signed.sh + [testenv:coala] basepython = python3 +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +install_command = python -m pip install --no-cache-dir {opts} {packages} deps = coala coala-bears + pygments~=2.3.1 + requests~=2.21.0 nodeenv commands = nodeenv -p