This reverts commit
09ea29e02d5212ef8114782417bf7374eaa7c853.
"Temporarily avoiding mistakes of 'tox -e coala'"
This patch needs to be reverted as it's currently breaking
all our verify jobs
Change-Id: Ie7443269627d988200aa4c2df737687f02c93293
[tox]
minversion = 1.6
envlist =
- docs,
- docs-linkcheck
+ docs,
+ docs-linkcheck,
+ coala,
skipsdist = true
+passenv = TOX_WORK_DIR
+toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
[testenv:docs]
deps = -rdocs/requirements.txt
[testenv:docs-linkcheck]
deps = -rdocs/requirements.txt
commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+
+[testenv:coala]
+basepython = python3
+whitelist_externals = rm
+deps =
+ coala
+ coala-bears
+commands =
+ rm -rf src/use_cases/seba_on_arm/src_repo/
+ coala --non-interactive