2014-05-08 15:41:14 +00:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
2021-06-01 05:49:00 +00:00
|
|
|
- "3.7"
|
|
|
|
- "3.8"
|
|
|
|
- "3.9"
|
2014-05-08 15:41:14 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install flake8
|
|
|
|
- python setup.py install
|
|
|
|
|
|
|
|
script:
|
|
|
|
- flake8 qweechat
|
2014-05-08 16:14:08 +00:00
|
|
|
- qweechat-testproto --version
|
2014-05-08 15:41:14 +00:00
|
|
|
- qweechat-testproto --help
|