diff --git a/.travis.yml b/.travis.yml index 142b4a2..5222483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: python install: - pip install --quiet --use-mirrors pytest script: + - vim --version - py.test diff --git a/conftest.py b/conftest.py index b796218..8795f4a 100644 --- a/conftest.py +++ b/conftest.py @@ -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)