diff --git a/scripts/test.sh b/scripts/test.sh index 32f25566..7df894ac 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,4 +1,4 @@ #!/bin/bash -tox -c chatmaild -tox -c deploy-chatmail +venv/bin/tox -c chatmaild +venv/bin/tox -c deploy-chatmail venv/bin/pytest tests/online -vrx --durations=5 $@