qweechat/.travis.yml

16 lines
209 B
YAML
Raw Normal View History

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