mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Minor CI/test improvements (#992)
* ci: Travis: pip-list, nvim-version * tests: remove unused fixture argument
This commit is contained in:
@@ -22,6 +22,8 @@ install:
|
|||||||
sudo apt-get install neovim -y
|
sudo apt-get install neovim -y
|
||||||
|
|
||||||
pip install pynvim pytest-cov
|
pip install pynvim pytest-cov
|
||||||
|
pip list
|
||||||
|
nvim --version
|
||||||
else
|
else
|
||||||
vim --version
|
vim --version
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ TEST_DIR = os.path.join(root, 'test', 'vspec')
|
|||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope='session')
|
@pytest.fixture(scope='session')
|
||||||
def install_vspec(request):
|
def install_vspec():
|
||||||
if not os.path.isdir(CACHE_FOLDER):
|
if not os.path.isdir(CACHE_FOLDER):
|
||||||
os.mkdir(CACHE_FOLDER)
|
os.mkdir(CACHE_FOLDER)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user