From: yayogev Date: Thu, 24 Aug 2017 11:46:38 +0000 (+0300) Subject: use python3 explicitly X-Git-Tag: opnfv-5.1.RC1~59 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=399a24677d07cb2405ac2fd01d7cce8959e4ab43;p=calipso.git use python3 explicitly Change-Id: I82058b68d542a553ab1149cfae70bfce39c6710a Signed-off-by: yayogev --- diff --git a/app/test/verify.sh b/app/test/verify.sh index df48cf3..a7ac9a2 100755 --- a/app/test/verify.sh +++ b/app/test/verify.sh @@ -11,4 +11,4 @@ set -o errexit set -o nounset set -o pipefail -PYTHONPATH=$PWD/app python -m unittest discover -s app/test/fetch +PYTHONPATH=$PWD/app python3 -m unittest discover -s app/test/fetch