Skip to content

Commit

Permalink
Tune 'make develop'.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed May 28, 2015
1 parent 799c755 commit b1915a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test pep8 pylama clean docs tox jslint
.PHONY: develop test pep8 pylama clean docs tox jslint

# The source director
SRC=abilian
Expand All @@ -19,7 +19,7 @@ all: test
#
develop:
@echo "--> Installing dependencies"
pip install -e '.[dev]'
pip install -U -e '.[dev]'
@echo ""

#
Expand Down

0 comments on commit b1915a7

Please sign in to comment.