mirror of
https://github.com/chatmail/relay.git
synced 2026-06-13 15:11:06 +00:00
3716f2e429
use tox for chatmaild non-online tests
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 $@
|