1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-17 11:02:23 +02:00
instaloader/.travis.yml
2016-06-26 10:10:44 +02:00

13 lines
382 B
YAML

language: python
python:
# - "3.2"
# - "3.3"
# - "3.4"
- "3.5"
# - "3.5-dev"
# - "nightly"
install:
- pip install pylint requests
script:
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,anomalous-backslash-in-string,invalid-name,multiple-imports,dangerous-default-value --max-args=8 --max-locals=16 --max-branches=19 --max-nested-blocks=6 instagram