mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:50:06 +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:
|
build/covimerage:
|
||||||
virtualenv $@
|
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:
|
build/vader:
|
||||||
git clone --depth 1 https://github.com/junegunn/vader.vim.git $@
|
git clone --depth 1 https://github.com/junegunn/vader.vim.git $@
|
||||||
|
Loading…
Reference in New Issue
Block a user