2016-06-26 09:55:23 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.5"
|
2016-06-26 10:33:17 +02:00
|
|
|
- "3.5-dev"
|
2017-02-13 09:57:03 +01:00
|
|
|
- "3.6"
|
2016-12-22 13:24:50 +01:00
|
|
|
- "3.6-dev"
|
2017-02-13 09:57:03 +01:00
|
|
|
- "3.7-dev"
|
2016-06-26 10:33:17 +02:00
|
|
|
- "nightly"
|
2016-06-26 09:55:23 +02:00
|
|
|
install:
|
2016-06-26 10:10:44 +02:00
|
|
|
- pip install pylint requests
|
2016-06-26 09:55:23 +02:00
|
|
|
script:
|
2017-07-25 18:31:08 +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,too-many-instance-attributes instaloader
|