diff options
-rw-r--r-- | jjb/yardstick/yardstick-project-jobs.yml | 4 |
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 |