From: Hynek Schlawack Date: Mon, 17 Jun 2013 07:22:13 +0000 (+0200) Subject: Add Travis X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/1a1fa82dd72465994f6cab3f00944e8a9b82312f Add Travis --- 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: ::