mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
move vim version stuff to travis config
This commit is contained in:
@@ -2,4 +2,5 @@ language: python
|
|||||||
install:
|
install:
|
||||||
- pip install --quiet --use-mirrors pytest
|
- pip install --quiet --use-mirrors pytest
|
||||||
script:
|
script:
|
||||||
|
- vim --version
|
||||||
- py.test
|
- py.test
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ class IntegrationTestFile(object):
|
|||||||
|
|
||||||
|
|
||||||
def pytest_configure(config):
|
def pytest_configure(config):
|
||||||
print(subprocess.check_output(['vim', '--version']))
|
|
||||||
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