mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Makefile: make pip-install quiet
This commit is contained in:
committed by
Dave Halter
parent
88502891ba
commit
1126ffde9b
4
Makefile
4
Makefile
@@ -14,10 +14,10 @@ build/venv: | build
|
|||||||
virtualenv -p python3.6 $@
|
virtualenv -p python3.6 $@
|
||||||
|
|
||||||
build/venv/bin/vint: | build/venv
|
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
|
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
|
vint: build/venv/bin/vint
|
||||||
build/venv/bin/vint after autoload ftplugin plugin
|
build/venv/bin/vint after autoload ftplugin plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user