From 1a1fa82dd72465994f6cab3f00944e8a9b82312f Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 17 Jun 2013 09:22:13 +0200 Subject: [PATCH] Add Travis --- .travis.yml | 9 +++++++++ README.rst | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1ee869d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: ruby +rvm: + - 1.9.3 +before_install: sudo apt-get install vim-gtk +before_script: + - "export DISPLAY=:99.0" + - "sh -e /etc/init.d/xvfb start" + - "bundle install" +script: bundle exec rspec diff --git a/README.rst b/README.rst index cec792a..2ca7ef9 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ vim-python-pep8-indent ====================== +.. image:: https://travis-ci.org/hynek/vim-python-pep8-indent.png?branch=travis + :target: https://travis-ci.org/hynek/vim-python-pep8-indent + This small script modifies vim_’s indentation behavior to comply with PEP8_ and my aesthetic preferences: :: -- 2.39.2