sshuttle/scripts/run-checks
2024-08-06 08:38:24 +10:00

10 lines
132 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
export PYTHONPATH=.
set -x
python -m flake8 sshuttle tests
python -m pytest .