Add leveldbjni-all repackaging
[odlparent.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 34f293fb4aa0e20689c4f85f8b9fc32eb2b3c5c4..e46bdea914c5d5add9250993c56baea90105f954 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
 [tox]
 minversion = 1.6
-envlist =
-    coala
+envlist = coala,docs
 skipsdist = true
 
 [testenv:coala]
@@ -9,8 +8,14 @@ basepython = python3
 deps =
     coala==0.11
     coala-bears==0.11
+    pygments~=2.3.1
     # Requests 2.16 breaks dependencies
     requests<2.16
 commands =
     python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
     coala --non-interactive
+
+[testenv:docs]
+deps = -rdocs/requirements.txt
+commands =
+    sphinx-build -W -n -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html