This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/docker/runtests.sh
2020-12-25 14:46:32 +01:00

6 lines
113 B
Bash
Executable file

#!/bin/sh
set -euxo pipefail
python -m pytest
pre-commit run --all-files
python manage.py makemigrations --check