Skip to content

Commit

Permalink
Introduces the make install command (which is used by pypi.yml).
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jun 16, 2020
1 parent 689515b commit c7973d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
@@ -1,3 +1,6 @@
lint:
isort --project popmon --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=88 -y
black .
black .

install:
pip install -e .

0 comments on commit c7973d3

Please sign in to comment.