add a debug command

This commit is contained in:
Andreas Zweili 2020-07-13 09:37:57 +02:00
parent 9800126def
commit 48ced6def4
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ init:
test:
docker-compose -f docker-compose-development.yml run web pytest -nauto --nomigrations --cov=. --cov-report=html
debug:
docker-compose -f docker-compose-development.yml run web pytest --pdb --nomigrations --cov=. --cov-report=html
local:
python3 -m venv venv
( \