Add tox for verification in testsuite repository

Issue-ID: INT-1478

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia0617ee98f84414e573b8dbb8f3fbbac1cbfac52
Signed-off-by: mrichomme <morgan.richomme@orange.com>
diff --git a/.coafile b/.coafile
new file mode 100644
index 0000000..2254cff
--- /dev/null
+++ b/.coafile
@@ -0,0 +1,12 @@
+[yaml]
+bears = YAMLLintBear
+yamllint_config = .yamllint
+ignore =
+  .tox/**
+
+[json]
+bears = JSONFormatBear
+json_sort = False
+indent_size = 2
+ignore =
+  .tox/**