UltiSnips/.travis.yml
Holger Rapp 99eede1bf6 Started to test py2 and py3 on travis now.
I also learned that Vim 7.3 does not seem to be working at all anymore.
Fixes a bug that only happens with python3.
2015-04-18 17:15:05 +02:00

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