Add .travis.yml file for Travis CI
This commit is contained in:
parent
77df9d06f7
commit
41157050fe
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
install:
|
||||
- pip install flake8
|
||||
- python setup.py install
|
||||
|
||||
script:
|
||||
- flake8 qweechat
|
||||
- qweechat-testproto --help
|
Loading…
Reference in New Issue
Block a user