Merge "Fix group id of broker package"
[multicloud/framework.git] / multivimbroker / tox.ini
index af3b3a5..ef0387e 100644 (file)
@@ -6,7 +6,10 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [testenv]
-deps = -r{toxinidir}/requirements.txt
+deps =
+ -r{toxinidir}/requirements.txt
+ -r{toxinidir}/test-requirements.txt
+
 commands =
   /usr/bin/find . -type f -name "*.py[c|o]" -delete
   python manage.py test multivimbroker
@@ -32,3 +35,7 @@ deps = rstcheck
 whitelist_externals = bash
 commands = bash -c "find ../docs -not -path {toxinidir}/.tox/\* \
    -name \*.rst -type f -print0 | xargs -0 rstcheck --report warning"
+
+[testenv:docs]
+deps = sphinx
+commands = sphinx-build -b html ../docs/ ../docs/html