diff --git a/Makefile b/Makefile index ddb6ae6..69a50b2 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ shell: docker compose run --rm app /bin/bash test: + docker compose run --rm app pytest --cov static_precompiler --cov-report xml --cov-append docker compose run --rm app tox -p auto check-types: diff --git a/tox.ini b/tox.ini index 98b4fe5..aa82f3c 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,4 @@ deps = django32: Django~=3.2.0 django42: Django~=4.2.0 django52: Django~=5.2.0 -commands = poetry run pytest --cov static_precompiler --cov-report xml --cov-append +commands = poetry run pytest