This commit is contained in:
parent
37bef583bf
commit
70810614af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ test:
|
|||
. venv/bin/activate && \
|
||||
SITEKEY=$(SITEKEY) SECRET=$(SECRET) \
|
||||
INSTANCE_URL=$(INSTANCE_URL) \
|
||||
TOKEN=$(TOKEN) pytest -rP
|
||||
TOKEN=$(TOKEN) pytest
|
||||
|
||||
lint:
|
||||
black src/ scripts/
|
||||
|
|
Loading…
Reference in a new issue