Updated git submodules
[docs.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 90be6828eabbb8dbc49316526ea4c078cc69ff57..c8e73d6d4f3d5ea3cb28c02af21c03840631ddd2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,19 @@
 [tox]
 minversion = 1.6
-envlist = docs,docs-linkcheck
+envlist = coala,docs
 skipsdist = true
 
+[testenv:coala]
+basepython = python3
+deps =
+    coala
+    coala-bears
+    nodeenv
+commands =
+    nodeenv -p
+    npm install --global remark-cli remark-lint
+    coala --non-interactive
+
 [testenv:docs]
 deps = -rrequirements.txt
 commands =