Add .travis.yml file for Travis CI

This commit is contained in:
Sébastien Helleu 2014-05-08 17:41:14 +02:00
parent 77df9d06f7
commit 41157050fe
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
python:
- "2.7"
install:
- pip install flake8
- python setup.py install
script:
- flake8 qweechat
- qweechat-testproto --help