Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iheitlager committed Apr 17, 2017
1 parent 4438943 commit 84828d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dist:
@python setup.py sdist --formats=gztar,zip bdist_wheel

dev: ## install for development
@pip install -e .
@pip install -e

dev_requirements:
@pip install -r py.requirements/build.txt

coverage:
Expand Down

0 comments on commit 84828d7

Please sign in to comment.