summaryrefslogtreecommitdiffstats
path: root/app/test
diff options
context:
space:
mode:
authoryayogev <yaronyogev@gmail.com>2017-08-24 14:46:38 +0300
committeryayogev <yaronyogev@gmail.com>2017-08-24 14:46:38 +0300
commit399a24677d07cb2405ac2fd01d7cce8959e4ab43 (patch)
tree7df34a0057416272fca38a077e546f73bdb60949 /app/test
parent15d1868e9f8fea37a3b023c9f0504ac3dce4292e (diff)
use python3 explicitly
Change-Id: I82058b68d542a553ab1149cfae70bfce39c6710a Signed-off-by: yayogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/test')
-rwxr-xr-xapp/test/verify.sh2
1 files changed, 1 insertions, 1 deletions
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