move vim version stuff to travis config

This commit is contained in:
David Halter
2013-08-23 11:29:34 +04:30
parent c3bea09d74
commit dcf884a6ca
2 changed files with 1 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ language: python
install:
- pip install --quiet --use-mirrors pytest
script:
- vim --version
- py.test

View File

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