mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Makefile: build/covimerage: no cache dir for pip
This commit is contained in:
parent
b7936b900e
commit
a39ac0895c
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ test_coverage: build/covimerage build/vader | build
|
||||
|
||||
build/covimerage:
|
||||
virtualenv $@
|
||||
. $@/bin/activate && pip install https://github.com/Vimjas/covimerage/archive/develop.zip
|
||||
. $@/bin/activate && pip install --no-cache-dir https://github.com/Vimjas/covimerage/archive/develop.zip
|
||||
|
||||
build/vader:
|
||||
git clone --depth 1 https://github.com/junegunn/vader.vim.git $@
|
||||
|
Loading…
Reference in New Issue
Block a user