Merge "yaml file for bundle-based-reconciliaion script"
[releng/builder.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index dc8e734f47bfac3651b4dfc69ace74a25bde7dc1..ad3eb318862cd1cc2fe2b1778348254eac2b07cd 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = coala,docs,pep8,robot
+envlist = coala,docs,pep8,prefix,robot
 skipsdist = true
 
 [testenv:coala]
@@ -18,13 +18,16 @@ commands =
     coala --non-interactive
 
 [testenv:docs]
-deps = sphinx
+deps = -rdocs/requirements.txt
 commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:pep8]
 deps = flake8
 commands = flake8 scripts/
 
+[testenv:prefix]
+commands = ./check_prefix.sh
+
 [testenv:robot]
 commands = ./check_robot.sh