mastko/scripts/git-hooks/pre-push

8 lines
77 B
Bash
Executable File

#!/bin/sh
BASE_DIR=$(git rev-parse --show-toplevel)
tox || exit $?
exit 0