summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-02-03 11:58:22 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2016-02-03 11:58:22 +0900
commitb10000f297e344d956ebd09ef6024934077a2dfd (patch)
treee3b8edd44be5c4032a9cf155ac58b02404bb6ccd /jjb/yardstick
parent645d34fe0f36153799ca8fd788da4a4e164d88c8 (diff)
docs: add missing python packages for yardstick venv
Change-Id: I5ad0d194f5a181bc239beedeb1618069fe3ff106 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r--jjb/yardstick/yardstick-project-jobs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml
index 91138e504..368d2a422 100644
--- a/jjb/yardstick/yardstick-project-jobs.yml
+++ b/jjb/yardstick/yardstick-project-jobs.yml
@@ -117,7 +117,9 @@
cd $WORKSPACE
virtualenv $WORKSPACE/yardstick_venv
source $WORKSPACE/yardstick_venv/bin/activate
- easy_install -U setuptools
+
+ # install python packages
+ pip install setuptools Sphinx==1.3.1 doc8 docutils sphinxcontrib-httpdomain
python setup.py develop
# unit tests