mail4one/runtests.sh

9 lines
151 B
Bash
Raw Normal View History

2023-06-14 15:25:42 -04:00
#!/usr/bin/sh
python3 -m venv /tmp/m41.venv
. /tmp/m41.venv/bin/activate
python3 -m pip install -q -r requirements.txt
python3 -m unittest discover