Skip to content

Commit

Permalink
Improve build-requirements command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Feb 20, 2017
1 parent c88f6bb commit e96ff25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-requirements:
$(VIRTUALENV) $(TEMPDIR)
$(TEMPDIR)/bin/pip install -U pip
$(TEMPDIR)/bin/pip install -Ue .
$(TEMPDIR)/bin/pip freeze > requirements.txt
$(TEMPDIR)/bin/pip freeze | grep -v -- '-e' > requirements.txt

tox: $(TOX)
$(TOX): virtualenv
Expand Down

0 comments on commit e96ff25

Please sign in to comment.