1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-07 15:08:30 +02:00

Fix openlibrary scrap, fix linters

This commit is contained in:
Yohann D'ANELLO
2020-05-12 14:56:31 +02:00
parent 8e39f6039e
commit aa9b69f2d6
5 changed files with 32 additions and 12 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py36,py37,linters
envlist = py35,py36,py37,py38,linters
skipsdist = True
[testenv]
@ -28,11 +28,11 @@ deps =
pyflakes
pylint
commands =
flake8 logs media search users
flake8 logs media users
pylint .
[flake8]
ignore = D203, W503, E203, I100, I201, I202
ignore = D203, W503, E203, I100, I201, I202, C901
exclude =
.tox,
.git,