Tweak command to test translations support

This commit is contained in:
Bruno Alla 2018-02-09 11:29:49 +00:00
parent ea43e19a8f
commit 2604f02fb2

View File

@ -21,4 +21,4 @@ docker-compose -f local.yml run django python manage.py test
docker-compose -f local.yml run django python manage.py makemigrations --dry-run --check || { echo "ERROR: there were changes in the models, but migration listed above have not been created and are not saved in version control"; exit 1; }
# Test support for translations
docker-compose -f local.yml run django python manage.py makemessages
docker-compose -f local.yml run --rm django python manage.py makemessages