X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fyardstick%2Fyardstick-project-jobs.yml;h=f06bf707776a55ada4dbd6f8a8c99693adcb5999;hb=04fea4722f67ea665cd1122736e3fb4152336138;hp=91138e5041424230dd5243f213da180cfce11701;hpb=645d34fe0f36153799ca8fd788da4a4e164d88c8;p=releng.git diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml index 91138e504..f06bf7077 100644 --- a/jjb/yardstick/yardstick-project-jobs.yml +++ b/jjb/yardstick/yardstick-project-jobs.yml @@ -117,12 +117,18 @@ cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv source $WORKSPACE/yardstick_venv/bin/activate + + # install python packages easy_install -U setuptools - python setup.py develop + easy_install -U pip + pip install -r ci/requirements.txt + pip install -e . # unit tests ./run_tests.sh + pip install Sphinx==1.3.1 doc8 docutils sphinxcontrib-httpdomain + # generate api doc sources sphinx-apidoc -o docs/apidocs yardstick