Revert patch 585 92/592/1
authorCristina Pauna <cristina.pauna@enea.com>
Thu, 2 May 2019 08:41:53 +0000 (08:41 +0000)
committerCristina Pauna <cristina.pauna@enea.com>
Thu, 2 May 2019 08:41:53 +0000 (08:41 +0000)
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

diff --git a/tox.ini b/tox.ini
index f2f331f..1e35c7a 100644 (file)
--- 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