]> jfr.im git - irc/weechat/qweechat.git/blame - .travis.yml
Fix conditions (use "is not")
[irc/weechat/qweechat.git] / .travis.yml
CommitLineData
41157050
SH
1language: python
2
3python:
4 - "2.7"
5
6install:
7 - pip install flake8
8 - python setup.py install
9
10script:
11 - flake8 qweechat
12 - qweechat-testproto --help