mirror of
https://github.com/ArcaneChat/server.git
synced 2026-07-03 14:05:37 +02:00
3058ddc542
use tox for chatmaild non-online tests
9 lines
172 B
Bash
Executable File
9 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
python3 -m venv venv
|
|
pip=venv/bin/pip
|
|
|
|
$pip install pyinfra pytest build 'setuptools>=68' tox
|
|
$pip install -e deploy-chatmail
|
|
$pip install -e chatmaild
|