Adds ci test runner

This commit is contained in:
Mouse Reeve
2020-11-27 11:37:06 -08:00
parent 121e685f8a
commit efa5d5ef2c
2 changed files with 70 additions and 1 deletions

3
bw-dev
View File

@ -61,7 +61,8 @@ case "$1" in
;;
migrate)
execweb python manage.py rename_app fedireads bookwyrm
execweb python manage.py "$@"
shift 1
execweb python manage.py migrate "$@"
;;
bash)
execweb bash