django-model-utils/runtests.sh

5 lines
95 B
Bash
Executable file

#!/bin/sh
coverage erase
tox
coverage html --include=model_utils/* --omit=model_utils/tests/*