diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-25 09:45:13 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-25 09:45:13 +0100 |
commit | 5c16c0586f4a1cf91e37b5c1bfc64bd4dbabf242 (patch) | |
tree | b0327d85ae89213de3633bd9329dd6ce701d943a /jjb | |
parent | 05270e864aece727eafc85275f99fad253f1c44c (diff) |
yardstick: Fix issues by switching to pip install
Change-Id: I7ea7db22c8a1e85c5cbd1ea262fb0ee36ce0a23b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb')
-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 f8f1abbff..6e4c178d4 100644 --- a/jjb/yardstick/yardstick-project-jobs.yml +++ b/jjb/yardstick/yardstick-project-jobs.yml @@ -120,7 +120,9 @@ # install python packages easy_install -U setuptools - python setup.py develop + #python setup.py develop + pip install -r ci/requirements.txt + pip install -e . # unit tests ./run_tests.sh |