From 59f3cb51632e99fef68afed76d3c6eca5853560c Mon Sep 17 00:00:00 2001 From: ryanss Date: Sat, 21 Feb 2015 17:21:44 -0500 Subject: Run Travis tests on Vim with +python and +python3 --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index da1c718..193e52c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,21 @@ language: vim +env: + - PYVERSION=2 + - PYVERSION=3 + before_script: + - if [ $PYVERSION = 3 ]; then + sudo apt-get install python3-dev; + hg clone https://code.google.com/p/vim/; + cd vim; + ./configure --enable-python3interp; + make; + sudo make install; + sudo cp /usr/local/bin/vim /usr/bin/vim; + cd -; + fi - git clone https://github.com/junegunn/vader.vim.git script: | -- cgit v1.2.3