mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-03 12:51:14 +00:00
wip tests test.YML13
This commit is contained in:
parent
11e414d913
commit
bc0b3fe066
2 changed files with 3 additions and 14 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue