diff --git a/build.sh b/build.sh index d7f55dd..9227770 100644 --- a/build.sh +++ b/build.sh @@ -10,5 +10,5 @@ pip install -r requirements.txt python app/manage.py collectstatic --no-input python app/manage.py migrate -python app/manage.py drop_test_database --no-input +python app/manage.py drop_test_database --noinput python app/manage.py test \ No newline at end of file