Browse code

Add venv tox environment

This environment is used by the normal docs job, add it.
Manually add requirements needed for doc building.

Change-Id: I1be193d113683966f6a76e862713f3a550543168

Andreas Jaeger authored on 2016/04/16 03:54:11
Showing 1 changed files
... ...
@@ -49,3 +49,13 @@ setenv =
49 49
   TOP_DIR={toxinidir}
50 50
 commands =
51 51
   python setup.py build_sphinx
52
+
53
+[testenv:venv]
54
+deps =
55
+   pbr>=0.6,!=0.7,<1.0
56
+   sphinx>=1.1.2,<1.2
57
+   oslosphinx
58
+   blockdiag
59
+   sphinxcontrib-blockdiag
60
+   sphinxcontrib-nwdiag
61
+commands = {posargs}