mirror of
https://github.com/chatmail/relay.git
synced 2026-05-12 09:04:36 +00:00
12 lines
124 B
Bash
Executable File
12 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd chatmaild
|
|
tox
|
|
popd
|
|
|
|
pushd deploy-chatmail
|
|
tox
|
|
popd
|
|
|
|
venv/bin/pytest tests/online -vrx --durations=5 $@
|