Skip to content

Commit

Permalink
Update unpinned pip packages when running make requirements-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Feb 19, 2019
1 parent 6e664d4 commit 1b0307d
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 @@ -7,7 +7,7 @@ virtualenv:

.PHONY: requirements-dev
requirements-dev: virtualenv requirements-dev.txt
${VIRTUALENV_ROOT}/bin/pip install -r requirements-dev.txt
${VIRTUALENV_ROOT}/bin/pip install -Ur requirements-dev.txt

.PHONY: test
test: show-environment test-flake8 test-python
Expand Down

0 comments on commit 1b0307d

Please sign in to comment.