1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-27 13:42:32 +01:00
instaloader/.travis.yml

13 lines
306 B
YAML
Raw Normal View History

language: python
python:
- "3.5"
- "3.5-dev"
- "3.6"
2016-12-22 13:24:50 +01:00
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
2016-06-26 10:10:44 +02:00
- pip install pylint requests
script:
2017-07-20 22:30:12 +02:00
- python3 -m pylint -r n -d bad-whitespace,missing-docstring,too-many-arguments,locally-disabled,line-too-long,too-many-public-methods,too-many-lines instaloader