1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00

Makefile: build/covimerage: no cache dir for pip

This commit is contained in:
Daniel Hahler 2017-10-06 00:32:57 +02:00
parent b7936b900e
commit a39ac0895c

View File

@ -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 $@