chatmail/scripts/test.sh
2023-10-22 14:48:30 +02:00

5 lines
103 B
Bash
Executable File

#!/bin/bash
tox -c chatmaild
tox -c deploy-chatmail
venv/bin/pytest tests/online -vrx --durations=5 $@