mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Run type checks in test_docker
This commit is contained in:
parent
78efa64f73
commit
c18a2fca8c
|
@ -14,6 +14,9 @@ cd .cache/docker
|
|||
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=y
|
||||
cd my_awesome_project
|
||||
|
||||
# run the project's type checks
|
||||
docker-compose -f local.yml run django mypy my_awesome_project
|
||||
|
||||
# run the project's tests
|
||||
docker-compose -f local.yml run django python manage.py pytest
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user