Skip to content

Commit 87ac932

Browse files
committed
sync_pipfile: Include editable package in dev mode
1 parent 2432224 commit 87ac932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ watch_flake8:
3333
sync_pipfile:
3434
pipenv install --skip-lock --dev -r requirements/doc.txt && \
3535
pipenv install --skip-lock --dev -r requirements/dev.txt && \
36-
pipenv install --skip-lock --dev -r requirements/test.txt
36+
pipenv install --skip-lock --dev -r requirements/test.txt && \
37+
pipenv install --skip-lock --dev -e .

0 commit comments

Comments
 (0)