From f419a0682167003ae24238bb2dd3479c54c02d04 Mon Sep 17 00:00:00 2001 From: Cristina Pauna Date: Thu, 2 May 2019 08:41:53 +0000 Subject: [PATCH] Revert patch 585 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.ini | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f2f331f..1e35c7a 100644 --- a/tox.ini +++ b/tox.ini @@ -8,9 +8,12 @@ [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 @@ -22,3 +25,13 @@ whitelist_externals = echo [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 -- 2.16.6