mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
move vim version stuff to travis config
This commit is contained in:
@@ -2,4 +2,5 @@ language: python
|
||||
install:
|
||||
- pip install --quiet --use-mirrors pytest
|
||||
script:
|
||||
- vim --version
|
||||
- py.test
|
||||
|
||||
@@ -25,7 +25,6 @@ class IntegrationTestFile(object):
|
||||
|
||||
|
||||
def pytest_configure(config):
|
||||
print(subprocess.check_output(['vim', '--version']))
|
||||
if not os.path.isdir(CACHE_FOLDER):
|
||||
os.mkdir(CACHE_FOLDER)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user