2014-05-08 15:41:14 +00:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install flake8
|
|
|
|
- python setup.py install
|
|
|
|
|
|
|
|
script:
|
|
|
|
- flake8 qweechat
|
2014-05-08 16:14:08 +00:00
|
|
|
- qweechat-testproto --version
|
2014-05-08 15:41:14 +00:00
|
|
|
- qweechat-testproto --help
|