23 lines
344 B
INI
Raw Normal View History

2016-11-07 18:59:39 +00:00
[testenv]
deps=
pytest
2016-11-27 19:07:13 +00:00
pytest-cov
2016-11-07 18:59:39 +00:00
pylama
2016-11-16 09:16:45 +00:00
pytest-asyncio
pytest-mock
2016-11-07 18:59:39 +00:00
commands=
2016-11-27 19:07:13 +00:00
py.test --cov=dsmr_parser test {posargs}
2016-11-07 18:59:39 +00:00
pylama dsmr_parser test
[pylama:dsmr_parser/clients/__init__.py]
ignore = W0611
[pylama:dsmr_parser/parsers.py]
ignore = W605
2016-11-07 18:59:39 +00:00
[pylama:pylint]
max_line_length = 120
2016-11-07 18:59:39 +00:00
[pylama:pycodestyle]
max_line_length = 120