]> jfr.im git - irc/weechat/qweechat.git/blob - .travis.yml
Move PySide6 imports before qweechat ones
[irc/weechat/qweechat.git] / .travis.yml
1 language: python
2
3 python:
4 - "3.7"
5 - "3.8"
6 - "3.9"
7
8 install:
9 - pip install flake8
10 - python setup.py install
11
12 script:
13 - flake8 qweechat
14 - qweechat-testproto --version
15 - qweechat-testproto --help