Merge "Project release notes for IoTDM project"
[docs.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 90be6828eabbb8dbc49316526ea4c078cc69ff57..637759701f21e5142fb5d877261722bbfd0d6159 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,23 @@
 [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 =
-    sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
 whitelist_externals = echo