Skip to content

Commit

Permalink
Makefile: make pip-install quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and davidhalter committed Aug 1, 2018
1 parent 8850289 commit 1126ffd
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
Expand Up @@ -14,10 +14,10 @@ build/venv: | build
virtualenv -p python3.6 $@

build/venv/bin/vint: | build/venv
$|/bin/pip install vim-vint==0.3.19
$|/bin/pip install -q vim-vint==0.3.19

build/venv/bin/flake8: | build/venv
$|/bin/pip install flake8==3.5.0
$|/bin/pip install -q flake8==3.5.0

vint: build/venv/bin/vint
build/venv/bin/vint after autoload ftplugin plugin
Expand Down

0 comments on commit 1126ffd

Please sign in to comment.