From 7913ef461d6ba32c19c462f4645bcab2123a3310 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 07:43:41 +0200 Subject: [PATCH] wip tests test.YML4 --- tests/test.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.bash b/tests/test.bash index a385baf..127cb4d 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" \ \ +&& python --version \ && python -m venv venv \ && source venv/bin/activate \ && pip install -r requirements.txt \