wip tests test.YML13

This commit is contained in:
Sara Aimée Smiseth 2020-10-09 08:37:32 +02:00
parent 11e414d913
commit bc0b3fe066
2 changed files with 3 additions and 14 deletions

View file

@ -32,8 +32,10 @@ sudo docker-compose down \
&& sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register user3 localhost 12345678" \
\
&& python --version \
&& python -m venv venv \
&& python3 --version \
&& python3 -m venv venv \
&& source venv/bin/activate \
&& python --version \
&& pip install -r requirements.txt \
&& pytest \
&& deactivate \