8 toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
10 [testenv:signedCommit]
11 whitelist_externals = bash
23 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
24 install_command = python -m pip install --no-cache-dir {opts} {packages}
32 rm -rf docker/kube-conformance/kube-conformance docker/sonobuoy-plugin-systemd-logs/sonobuoy-plugin-systemd-logs
34 npm install --global write-good eslint complexity-report@2.0.0-alpha
35 wget --timeout=120 -q https://github.com/pmd/pmd/releases/download/pmd_releases/6.15.0/pmd-bin-6.15.0.zip
36 unzip -q pmd-bin-6.15.0.zip
37 bash -c "export PATH=$PATH:$PWD/pmd-bin-6.15.0/bin/ && coala --non-interactive"