Remove pylama because of incompatibility with python3.6, maybe find replacement
This commit is contained in:
parent
00ac7c71be
commit
98a10998e9
14
tox.ini
14
tox.ini
@ -2,22 +2,8 @@
|
|||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pylama
|
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytest-mock
|
pytest-mock
|
||||||
dlms_cosem
|
dlms_cosem
|
||||||
commands=
|
commands=
|
||||||
py.test --cov=dsmr_parser test {posargs}
|
py.test --cov=dsmr_parser test {posargs}
|
||||||
pylama dsmr_parser test
|
|
||||||
|
|
||||||
[pylama:dsmr_parser/clients/__init__.py]
|
|
||||||
ignore = W0611
|
|
||||||
|
|
||||||
[pylama:dsmr_parser/parsers.py]
|
|
||||||
ignore = W605
|
|
||||||
|
|
||||||
[pylama:pylint]
|
|
||||||
max_line_length = 120
|
|
||||||
|
|
||||||
[pylama:pycodestyle]
|
|
||||||
max_line_length = 120
|
|
||||||
|
Loading…
Reference in New Issue
Block a user