From 3ed7b3c3b4cb6c00cb9c3c55c9f00265e805d18f Mon Sep 17 00:00:00 2001 From: "Kai Qiang Wu(Kennan)" Date: Thu, 3 Sep 2015 00:15:54 +0000 Subject: [PATCH] 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 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 5520dd83d0..59dd39670d 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt commands = flake8 +[testenv:venv] +commands = {posargs} + [testenv:docs] commands = python setup.py build_sphinx