5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
tox -c chatmaild
|
|
tox -c deploy-chatmail
|
|
venv/bin/pytest tests/online -vrx --durations=5 $@
|