qweechat/.travis.yml

14 lines
189 B
YAML
Raw Normal View History

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