Merge "Remove rm local files (they will be cleaned with the container and can be...
[releng.git] / jjb / yardstick / yardstick-project-jobs.yml
index 91138e5..749ebf5 100644 (file)
             cd $WORKSPACE
             virtualenv $WORKSPACE/yardstick_venv
             source $WORKSPACE/yardstick_venv/bin/activate
+
+            # install python packages
             easy_install -U setuptools
+            pip install Sphinx==1.3.1 doc8 docutils sphinxcontrib-httpdomain
             python setup.py develop
 
             # unit tests