forked from VimPlug/jedi-vim
ci/tests: update dependencies
This commit is contained in:
committed by
Dave Halter
parent
7665d73eae
commit
4f2499e4f2
4
Makefile
4
Makefile
@@ -16,10 +16,10 @@ $(BUILD_VIRTUAL_ENV): | $(dir $(BUILD_VIRTUAL_ENV))
|
|||||||
python -m venv $@
|
python -m venv $@
|
||||||
|
|
||||||
$(BUILD_VIRTUAL_ENV)/bin/vint: | $(BUILD_VIRTUAL_ENV)
|
$(BUILD_VIRTUAL_ENV)/bin/vint: | $(BUILD_VIRTUAL_ENV)
|
||||||
$|/bin/python -m pip install vim-vint==0.3.19
|
$|/bin/python -m pip install vim-vint==0.3.21
|
||||||
|
|
||||||
$(BUILD_VIRTUAL_ENV)/bin/flake8: | $(BUILD_VIRTUAL_ENV)
|
$(BUILD_VIRTUAL_ENV)/bin/flake8: | $(BUILD_VIRTUAL_ENV)
|
||||||
$|/bin/python -m pip install -q flake8==3.5.0
|
$|/bin/python -m pip install -q flake8==3.7.8
|
||||||
|
|
||||||
vint: $(BUILD_VIRTUAL_ENV)/bin/vint
|
vint: $(BUILD_VIRTUAL_ENV)/bin/vint
|
||||||
$(BUILD_VIRTUAL_ENV)/bin/vint after autoload ftplugin plugin
|
$(BUILD_VIRTUAL_ENV)/bin/vint after autoload ftplugin plugin
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import zipfile
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
vspec_version = '1.8.1'
|
vspec_version = '1.9.0'
|
||||||
|
|
||||||
VSPEC_URL = 'https://github.com/kana/vim-vspec/archive/%s.zip' % vspec_version
|
VSPEC_URL = 'https://github.com/kana/vim-vspec/archive/%s.zip' % vspec_version
|
||||||
root = os.path.dirname(os.path.dirname(__file__))
|
root = os.path.dirname(os.path.dirname(__file__))
|
||||||
|
|||||||
Reference in New Issue
Block a user