X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-project-jobs.yaml;h=31f7aa6f5770da3fd7d1d2db2f61ed7f94c73432;hb=a9867ae3c77432fc4ad843450a86b6eaacc0a79e;hp=f8ceef740da8249057f044384ceeb13070259180;hpb=4dc709177cdd7a78aa826c6764ea30a65a1c5b78;p=releng.git diff --git a/jjb/sfc/sfc-project-jobs.yaml b/jjb/sfc/sfc-project-jobs.yaml index f8ceef740..31f7aa6f5 100644 --- a/jjb/sfc/sfc-project-jobs.yaml +++ b/jjb/sfc/sfc-project-jobs.yaml @@ -77,6 +77,10 @@ name: sfc-unit-tests-and-docs builders: - shell: | + #!/bin/bash + virtualenv /var/tmp/sfc + source /var/tmp/sfc/bin/activate + pip install tox cd $WORKSPACE && tox ################################