1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-12 00:32:24 +02:00
instaloader/.travis.yml

13 lines
301 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-04-22 11:58:12 +02:00
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,multiple-imports,too-many-arguments,locally-disabled,line-too-long instaloader