Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Fix therapist calls
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Apr 8, 2021
1 parent bb9f4c9 commit f1913ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ black: install-dev
$(VENV)/bin/black kinto_signer tests scripts

lint: install-dev
source $(VENV)/bin/activate
$(VENV)/bin/therapist run --use-tracked-files kinto_signer tests scripts

clean:
Expand Down Expand Up @@ -72,4 +73,4 @@ need-kinto-running:

functional: install-dev need-kinto-running
$(VENV)/bin/py.test tests/functional.py
python scripts/e2e.py --editor-auth=token:edit --source-bucket=stage --source-col=e2e
$(VENV)/bin/python scripts/e2e.py --editor-auth=token:edit --source-bucket=stage --source-col=e2e
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ webtest
kinto[postgresql]
kinto-attachment
black
flake8
therapist

0 comments on commit f1913ef

Please sign in to comment.