From b5bc11015761626a5d24a21e00034871542fe1e1 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Mon, 18 May 2020 09:11:39 +0100 Subject: Check websocket with python3 --- tests/_self-adaptive/setup.sh | 2 +- tests/server/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_self-adaptive/setup.sh b/tests/_self-adaptive/setup.sh index 11a463a..6f6d9a6 100644 --- a/tests/_self-adaptive/setup.sh +++ b/tests/_self-adaptive/setup.sh @@ -1,3 +1,3 @@ test -f $MRT_MARIAN/marian-adaptive || exit 1 test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1 -python -c "import websocket" +python3 -c "import websocket" diff --git a/tests/server/setup.sh b/tests/server/setup.sh index 79ab0cd..56f2042 100644 --- a/tests/server/setup.sh +++ b/tests/server/setup.sh @@ -1,3 +1,3 @@ test -f $MRT_MARIAN/marian-server || exit 1 test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1 -python -c "import websocket" +python3 -c "import websocket" -- cgit v1.2.3