WIP: Add rst and md linters in tox

Issue-ID: INT-1523

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifcce4fa5985df52fd66414f5842f50e21a79006a
Signed-off-by: mrichomme <morgan.richomme@orange.com>
diff --git a/.coafile b/.coafile
index 28f4410..79c27af 100644
--- a/.coafile
+++ b/.coafile
@@ -26,3 +26,14 @@
   too-many-function-args, singleton-comparison
 ignore =
   .tox/**
+
+[rst]
+bears = reSTLintBear
+ignore =
+  .tox/**
+
+[md]
+bears = MarkdownBear
+ignore =
+  .tox/**
+