A travis script.

This commit is contained in:
Holger Rapp 2015-02-14 14:38:17 +01:00
parent 09876e0084
commit 35cdaba3ad

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- 2.7
env:
- TMUX_VERSION=1.9
before_script:
- sudo apt-get install -qq tmux vim
- tmux new -d -s vim
script: /test_all.py -v --interface tmux --session vim Simple