cleaned up based on pylama complaints / pinpointed to coverage version 4.5.4 as next version is incompatible
This commit is contained in:
12
tox.ini
12
tox.ini
@@ -1,5 +1,6 @@
|
||||
[tox]
|
||||
envlist = py34,py35,p36
|
||||
envlist = py34,py35,py36,py37
|
||||
requires = coverage<=4.5.4
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
@@ -14,10 +15,13 @@ commands=
|
||||
pylama dsmr_parser test
|
||||
|
||||
[pylama:dsmr_parser/clients/__init__.py]
|
||||
ignore = W0611,W0605
|
||||
ignore = W0611
|
||||
|
||||
[pylama:dsmr_parser/parsers.py]
|
||||
ignore = W605
|
||||
|
||||
[pylama:pylint]
|
||||
max_line_length = 100
|
||||
max_line_length = 120
|
||||
|
||||
[pylama:pycodestyle]
|
||||
max_line_length = 100
|
||||
max_line_length = 120
|
||||
|
||||
Reference in New Issue
Block a user