Add tox.ini

wait for jjb

Issue-ID: INT-1460

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie15f025912ced4da38c4508e571cbaf6704c97f1
Signed-off-by: mrichomme <morgan.richomme@orange.com>
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..ab5bdc3
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,16 @@
+---
+
+extends: default
+
+rules:
+  line-length: disable
+  truthy: disable
+  braces:
+    max-spaces-inside: 1
+  brackets:
+    max-spaces-inside: 1
+  comments-indentation: disable
+  comments: disable
+  document-start: disable
+  indentation:
+    indent-sequences: whatever