Skip to content

Commit ff03816

Browse files
author
David Pal
committed
Fix Makefile
1 parent b456486 commit ff03816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
install_dev:
2-
pip install --edit .[dev]
1+
install:
2+
pip install --edit .[test]
33

44
test:
55
pylint --rcfile=.pylintrc --reports=y --exit-zero analytics | tee pylint.out

0 commit comments

Comments
 (0)