]> jfr.im git - irc/weechat/qweechat.git/blob - .travis.yml
Rename some variables (fix pylint warnings)
[irc/weechat/qweechat.git] / .travis.yml
1 language: python
2
3 python:
4 - "2.7"
5
6 install:
7 - pip install flake8
8 - python setup.py install
9
10 script:
11 - flake8 qweechat
12 - qweechat-testproto --version
13 - qweechat-testproto --help