From 69b3b84a9d10e35f96a80855e7d001dcdb6da93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Fri, 9 Oct 2020 08:02:04 +0200 Subject: [PATCH] wip tests test.YML5 --- tests/test.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.bash b/tests/test.bash index 127cb4d..f970c0a 100755 --- a/tests/test.bash +++ b/tests/test.bash @@ -31,6 +31,7 @@ sudo docker-compose down \ && sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register user2 localhost 12345678" \ && sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register user3 localhost 12345678" \ \ +&& alias python=python3 \ && python --version \ && python -m venv venv \ && source venv/bin/activate \