qweechat/.travis.yml

16 lines
209 B
YAML
Raw Normal View History

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
- qweechat-testproto --version
2014-05-08 15:41:14 +00:00
- qweechat-testproto --help