Add venv section in tox.ini

As jenkins docs job use venv envrionment to work, we
need add such section to make it work.

Partially-Implements: blueprint kolla-tox-doc
Change-Id: I716219515f2bf1375fd094b3aeca866cbcf5c7c6
This commit is contained in:
Kai Qiang Wu(Kennan) 2015-09-03 00:15:54 +00:00
parent 1e963d124a
commit 3ed7b3c3b4
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt
commands =
flake8
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx