diff options
author | yayogev <yaronyogev@gmail.com> | 2017-08-24 14:46:38 +0300 |
---|---|---|
committer | yayogev <yaronyogev@gmail.com> | 2017-08-24 14:46:38 +0300 |
commit | 399a24677d07cb2405ac2fd01d7cce8959e4ab43 (patch) | |
tree | 7df34a0057416272fca38a077e546f73bdb60949 /app/test | |
parent | 15d1868e9f8fea37a3b023c9f0504ac3dce4292e (diff) |
use python3 explicitly
Change-Id: I82058b68d542a553ab1149cfae70bfce39c6710a
Signed-off-by: yayogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/test')
-rwxr-xr-x | app/test/verify.sh | 2 |
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 |