1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-11 16:22:24 +02:00

attempt to setup travis-ci to invoke pylint

This commit is contained in:
Alexander Graf 2016-06-26 09:55:23 +02:00
parent beb860ed35
commit 18ad134f45

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
python:
# - "3.2"
# - "3.3"
# - "3.4"
- "3.5"
# - "3.5-dev"
# - "nightly"
install:
- pip install --user pylint
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