chatmail/scripts/test.sh

5 lines
121 B
Bash
Raw Normal View History

#!/bin/bash
2023-10-24 21:53:23 +02:00
venv/bin/tox -c chatmaild
venv/bin/tox -c deploy-chatmail
venv/bin/pytest tests/online -vrx --durations=5 $@