Merge "Add note that you can add reviewers by group"
[releng.git] / jjb / yardstick / yardstick-project-jobs.yml
index f8f1abb..c6f3173 100644 (file)
 
             # install python packages
             easy_install -U setuptools
-            python setup.py develop
+            easy_install -U pip
+            pip install -r tests/ci/requirements.txt
+            pip install -e .
 
             # unit tests
             ./run_tests.sh