summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2020-01-20 15:29:53 -0800
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2020-01-20 23:46:08 +0000
commit1a8be1a145b7958c6bc2823f94ad33d56538af17 (patch)
treec5826779bff4be12bb9dfd37f2ba1518d4ecc169 /jjb/vnfrqts
parentf8c143a03d409b84b32b18828399faffbb7b9454 (diff)
VNFRQTS - Updating jenkins jobs to use python3
Need to update the jenkins jobs that build and upload artifacts to python 3 to run properly. Issue-ID: VNFRQTS-795 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Ida5109c2b4bc395c6d65a2b5afbf19bdaa8bef8d
Diffstat (limited to 'jjb/vnfrqts')
-rw-r--r--jjb/vnfrqts/pre-build-needs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh
index da1d5e2d1..77099b17a 100644
--- a/jjb/vnfrqts/pre-build-needs.sh
+++ b/jjb/vnfrqts/pre-build-needs.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-virtualenv $WORKSPACE/venv-tox
+virtualenv -p python3.6 $WORKSPACE/venv-tox
source $WORKSPACE/venv-tox/bin/activate
pip install --upgrade pip
pip install -r etc/requirements.txt