Skip to content
Snippets Groups Projects
Commit 3ed7b3c3 authored by Kai Qiang Wu(Kennan)'s avatar Kai Qiang Wu(Kennan)
Browse files

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
parent 1e963d12
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt
commands =
flake8
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment