99eede1bf6
I also learned that Vim 7.3 does not seem to be working at all anymore. Fixes a bug that only happens with python3.
16 lines
258 B
YAML
16 lines
258 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.7
|
|
- 3.3
|
|
- 3.4
|
|
env:
|
|
- VIM_VERSION="74"
|
|
|
|
install: sudo ./install_vim.sh "${VIM_VERSION}" "$(python --version 2>&1)"
|
|
|
|
before_script:
|
|
- tmux new -d -s vim
|
|
|
|
script: ./test_all.py -v --plugins --interface tmux --session vim
|