summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-02-03 13:18:16 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2016-02-03 13:18:16 +0900
commitb85205c634c18373eb75560166f69fe94e223032 (patch)
treee826db45b805b2868c7ba9daedb7e63ad95c1573 /jjb/yardstick
parentb10000f297e344d956ebd09ef6024934077a2dfd (diff)
docs: fix command to install packages for yardstick venv
Change-Id: Ibc884debaa47041d24c7a85a693c319dedfc9644 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r--jjb/yardstick/yardstick-project-jobs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml
index 368d2a422..749ebf574 100644
--- a/jjb/yardstick/yardstick-project-jobs.yml
+++ b/jjb/yardstick/yardstick-project-jobs.yml
@@ -119,7 +119,8 @@
source $WORKSPACE/yardstick_venv/bin/activate
# install python packages
- pip install setuptools Sphinx==1.3.1 doc8 docutils sphinxcontrib-httpdomain
+ easy_install -U setuptools
+ pip install Sphinx==1.3.1 doc8 docutils sphinxcontrib-httpdomain
python setup.py develop
# unit tests