]> jfr.im git - irc/weechat/qweechat.git/blob - .travis.yml
Fix conditions (use "is not")
[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 --help